mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-08 18:34:04 -04:00
space?
This commit is contained in:
parent
d20e22bb68
commit
f7eeb41d97
@ -1227,8 +1227,8 @@ function task_automate {
|
|||||||
MESSAGE="Removing Existing Automation"
|
MESSAGE="Removing Existing Automation"
|
||||||
echo_stat
|
echo_stat
|
||||||
|
|
||||||
crontab -l >$CRON_TEMP
|
crontab -l > $CRON_TEMP
|
||||||
sed '/pull/d' $CRON_TEMP >$CRON_NEW
|
sed '/pull/d' $CRON_TEMP > $CRON_NEW
|
||||||
crontab $CRON_NEW 2>/dev/null
|
crontab $CRON_NEW 2>/dev/null
|
||||||
error_validate
|
error_validate
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user