git » autoupdaters.git » commit 597081f

generic helper to run an autoupdater (*.py) from a cronjob

author Urja (ARMLFS builder)
2024-07-27 08:11:02 UTC
committer Urja (ARMLFS builder)
2024-07-27 08:11:02 UTC
parent ce692781a59a4092cf851ed2fc65a6f1e6f18ca3

generic helper to run an autoupdater (*.py) from a cronjob

updater-cron.sh +3 -0

diff --git a/updater-cron.sh b/updater-cron.sh
new file mode 100755
index 0000000..7071798
--- /dev/null
+++ b/updater-cron.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+mkdir -p log/
+screen -h 1000 -L -Logfile "log/cron-$1-$(date +%y%m%d-%H%M%S).log" -dmS cron-$1 -t $1 flock -n $1.lock ./$1.py