Some minor fixes, mostly typos..
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user