summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/ishtar-pending-update-cron10
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
-