summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-20 23:39:11 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-20 23:39:11 +0200
commit1d24ab2acc39556b99c937e0ee7f2d8dbf538c31 (patch)
tree4bc4d92a8cb4b0ce092f2f0fee861e1ad7ce8492
parent4b685301a5a7ede1ea0f7813e65a97137279f89b (diff)
Fix set script executable, and relax variable checking.
-rwxr-xr-x[-rw-r--r--]bin/ftppush.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftppush.sh b/bin/ftppush.sh
index 0f609ef..3db24ce 100644..100755
--- a/bin/ftppush.sh
+++ b/bin/ftppush.sh
@@ -5,7 +5,7 @@
# login byvandring.nu
# password replaceme
-set -eu
+set -e
WPUT="wput --reupload --dont-continue -v"