Some minor changes.

This commit is contained in:
Christoph 2020-08-08 19:24:30 +02:00
parent 2fd8b44296
commit acbbc0ace4
3 changed files with 3 additions and 3 deletions

View File

@ -1111,7 +1111,7 @@ fi
if $_crontab_found ; then
echononl "\tDisable crontab for user root"
crontab -r -u root >> ${logdir}/main.log 2>&1
crontab -r -u root >> ${_logdir}/main.log 2>&1
if [ "$?" = "0" ]; then
echo_ok
else

View File

@ -1103,7 +1103,7 @@ fi
if $_crontab_found ; then
echononl "\tDisable crontab for user root"
crontab -r -u root >> ${logdir}/main.log 2>&1
crontab -r -u root >> ${_logdir}/main.log 2>&1
if [ "$?" = "0" ]; then
echo_ok
else

View File

@ -1961,7 +1961,7 @@ fi
if $_crontab_found ; then
echononl "\tDisable crontab for user root"
crontab -r -u root >> ${logdir}/main.log 2>&1
crontab -r -u root >> ${_logdir}/main.log 2>&1
if [ "$?" = "0" ]; then
echo_ok
else