diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-04 11:57:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-04 11:57:20 +0200 |
commit | eda4554eeca077f2357235414f6d59708d1b9944 (patch) | |
tree | 790eb5ca2826c9af4f31d46f342067759e8ab78c /conf | |
parent | 7bd62e140e563b20eb3bd5843a9bca042212c9ec (diff) | |
download | Ishtar-eda4554eeca077f2357235414f6d59708d1b9944.tar.bz2 Ishtar-eda4554eeca077f2357235414f6d59708d1b9944.zip |
cron daily: manage pending update
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/ishtar-pending-update-cron | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/ishtar-pending-update-cron b/conf/ishtar-pending-update-cron deleted file mode 100755 index 269d41859..000000000 --- a/conf/ishtar-pending-update-cron +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -ISHTAR_PATH="/srv/ishtar" -APPS="my_app my_second_app" - -for APP in $APPS; do - cd $ISHTAR_PATH/$APP - python3 manage.py process_pending_update --quiet -done - |