Commit e004e159 by Maarten L. Hekkelman

fix cron script

parent 4613084e
......@@ -6,7 +6,7 @@ set -e
euid=${EUID:-$(id -u)}
if [ "${euid}" -ne 0 ] ; then
then echo "Please run as root"
echo "Please run as root"
exit
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment