it seems some version of mktemp create file with mode 600, this is a quickfix for affected systems

This commit is contained in:
p4bl0 2012-02-26 23:41:51 +01:00
parent 45b058329a
commit a5d97dc624
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ if [ $modification -gt 0 ]; then
echo -n "[fugitive] Using last published article as index page... "
cp "$public_dir/`head -1 $articles_sorted`.html" "$public_dir/index.html"
echo "done".
chmod 644 _public/*.html _public/*.xml
echo "[fugitive] Blog update complete."
fi
rm "$articles_sorted"