Some minor changes.
This commit is contained in:
parent
2fd8b44296
commit
acbbc0ace4
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user