diff options
-rwxr-xr-x[-rw-r--r--] | bin/ftppush.sh | 2 |
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" |