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