From 22f7f214fe587caa0b8ce648774ddda56d8687ef Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 4 Aug 2023 10:24:17 +0200 Subject: [PATCH] same... --- app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.sh b/app.sh index 0244bb0..37a3130 100644 --- a/app.sh +++ b/app.sh @@ -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