This commit is contained in:
Michael Grote 2023-08-04 10:24:17 +02:00
parent 857cd77183
commit 22f7f214fe

2
app.sh
View file

@ -13,7 +13,7 @@ while true ; do
echo "[INFO] pull repository..." echo "[INFO] pull repository..."
git pull --quiet &> /dev/null git pull --quiet &> /dev/null
echo "check variables..." echo "[INFO] check variables..."
if [ -z "$INTERVAL" ] ; then if [ -z "$INTERVAL" ] ; then
echo "[ERROR] \$INTERVAL is not set." echo "[ERROR] \$INTERVAL is not set."
exit 3 exit 3