Some minor fixes, mostly typos..

This commit is contained in:
2020-08-08 18:38:37 +02:00
parent 19dc947882
commit e38f1a704d
4 changed files with 7 additions and 10 deletions

View File

@ -963,7 +963,6 @@ else
fi
echononl " Disable crontab for user root"
echo "" >> ${logdir}/main.log
echo "crontab -r -u root" > $tmp_err_msg
crontab -r -u root > $tmp_err_msg 2>&1
if [[ "$?" = "0" ]]; then