same...
This commit is contained in:
parent
857cd77183
commit
22f7f214fe
1 changed files with 1 additions and 1 deletions
2
app.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue