mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
nevermind
This commit is contained in:
parent
016dc64cf2
commit
459c714f2d
@ -1188,17 +1188,17 @@ function task_automate {
|
||||
exit_nochange
|
||||
elif [ $INPUT_AUTO_FREQ -lt 1 ]
|
||||
then
|
||||
#if [ $CRON_EXIST == 1 ]
|
||||
#then
|
||||
if [ $CRON_EXIST == 1 ]
|
||||
then
|
||||
clear_cron
|
||||
|
||||
MESSAGE="Automation Disabled"
|
||||
echo_info
|
||||
#else
|
||||
# MESSAGE="No Automation Scheduled"
|
||||
# echo_info
|
||||
# exit_nochange
|
||||
#fi
|
||||
else
|
||||
MESSAGE="No Automation Scheduled"
|
||||
echo_info
|
||||
exit_nochange
|
||||
fi
|
||||
else
|
||||
if [ $CRON_EXIST == 1 ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user