diff options
-rw-r--r-- | _cron/autocommit | 6 | ||||
-rw-r--r-- | _cron/playoff | 6 | ||||
-rw-r--r-- | dumps/.mapping | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/_cron/autocommit b/_cron/autocommit index a1d9b50..52e9ad0 100644 --- a/_cron/autocommit +++ b/_cron/autocommit @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log -SHELL=/bin/sh +# SHELL=/bin/bash +# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log +# SHELL=/bin/sh diff --git a/_cron/playoff b/_cron/playoff index ad35c5f..c6e416d 100644 --- a/_cron/playoff +++ b/_cron/playoff @@ -1,3 +1,3 @@ -SHELL=/bin/bash -*/3 * * * * cd $SITEPATH && source .envrc && make playoff >> $SITEPATH/_log/playoff.log 2>&1 -SHELL=/bin/sh +# SHELL=/bin/bash +# */3 * * * * cd $SITEPATH && source .envrc && make playoff > $SITEPATH/_log/playoff.log 2>&1 +# SHELL=/bin/sh diff --git a/dumps/.mapping b/dumps/.mapping index d036f9c..20cd5c6 100644 --- a/dumps/.mapping +++ b/dumps/.mapping @@ -1,6 +1,6 @@ -dmp202021_1n_z3 sync/dmp202021_1n_z3.sql -dmp202021_1s sync/tel.sql -dmp202021_2ne sync/dmp202021_2ne.sql -dmp202021_2nw sync/20nwrr.sql +# dmp202021_1n_z3 sync/dmp202021_1n_z3.sql +# dmp202021_1s sync/tel.sql +# dmp202021_2ne sync/dmp202021_2ne.sql +# dmp202021_2nw sync/20nwrr.sql dmp202021_2se sync/serrr.sql -dmp202021_2sw sync/dmp202021_2sw.sql +# dmp202021_2sw sync/dmp202021_2sw.sql |