activated cron

This commit is contained in:
2019-04-18 22:37:01 +02:00
parent 3fdfecc59e
commit 1ff1992bb3
+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"