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 | 7076c0aa5fdbeeac32620b2cb354bc7c0a94c29e (patch) | |
tree | 790eb5ca2826c9af4f31d46f342067759e8ab78c /conf | |
parent | 8443c2b14b2e36c4c633d5cb5f1780ef8c54018a (diff) | |
download | Ishtar-7076c0aa5fdbeeac32620b2cb354bc7c0a94c29e.tar.bz2 Ishtar-7076c0aa5fdbeeac32620b2cb354bc7c0a94c29e.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 - |