mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-07 18:14:04 -04:00
skip the checks
This commit is contained in:
parent
5bb0a1012a
commit
016dc64cf2
@ -1188,17 +1188,17 @@ function task_automate {
|
|||||||
exit_nochange
|
exit_nochange
|
||||||
elif [ $INPUT_AUTO_FREQ -lt 1 ]
|
elif [ $INPUT_AUTO_FREQ -lt 1 ]
|
||||||
then
|
then
|
||||||
if [ $CRON_EXIST == 1 ]
|
#if [ $CRON_EXIST == 1 ]
|
||||||
then
|
#then
|
||||||
clear_cron
|
clear_cron
|
||||||
|
|
||||||
MESSAGE="Automation Disabled"
|
MESSAGE="Automation Disabled"
|
||||||
echo_info
|
echo_info
|
||||||
else
|
#else
|
||||||
MESSAGE="Invalid Input"
|
# MESSAGE="No Automation Scheduled"
|
||||||
echo_stat
|
# echo_info
|
||||||
exit_nochange
|
# exit_nochange
|
||||||
fi
|
#fi
|
||||||
else
|
else
|
||||||
if [ $CRON_EXIST == 1 ]
|
if [ $CRON_EXIST == 1 ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user