This commit is contained in:
USER
2026-03-02 12:22:50 +00:00
parent 3cfce92040
commit fe5ff6aea1

View File

@@ -114,7 +114,7 @@ if [ $USER != "root" ]
then
echo "not updating crontab"
else
crontab -u root /zz/zPrivate/crontabs/DEBcrontab
crontab -u root /zz/zPrivate/crontabs/DEB133crontab
fi
exit 0