From eda4554eeca077f2357235414f6d59708d1b9944 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Jul 2019 11:57:20 +0200 Subject: cron daily: manage pending update --- conf/ishtar-pending-update-cron | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 conf/ishtar-pending-update-cron (limited to 'conf') 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 - -- cgit v1.2.3