This commit is contained in:
Michael Grote 2023-08-04 10:24:17 +02:00
parent 857cd77183
commit 22f7f214fe
1 changed files with 1 additions and 1 deletions

2
app.sh
View File

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