We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace36e7 commit 07bd542Copy full SHA for 07bd542
dobackup.sh
@@ -29,7 +29,7 @@ echo "removing local archive"
29
rm $FILE_NAME
30
echo "done"
31
32
-if [ -n $WEBHOOK_URL ]; then
+if [ -n "$WEBHOOK_URL" ]; then
33
echo "notifying ${WEBHOOK_URL}"
34
curl -m 10 --retry 5 $WEBHOOK_URL
35
fi
0 commit comments