activated cron

This commit is contained in:
2019-04-18 23:22:23 +02:00
parent 609d5e9c8e
commit c0e3cf3d81
+2
View File
@@ -27,4 +27,6 @@ TIMEZONE="Europe/Paris"
cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime
echo "${TIMEZONE}" > /etc/timezone
rc-service crond start && rc-update add crond
echo -e "Misc done"