From 1d24ab2acc39556b99c937e0ee7f2d8dbf538c31 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Thu, 20 Apr 2017 23:39:11 +0200
Subject: Fix set script executable, and relax variable checking.

---
 bin/ftppush.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 bin/ftppush.sh

(limited to 'bin')

diff --git a/bin/ftppush.sh b/bin/ftppush.sh
old mode 100644
new mode 100755
index 0f609ef..3db24ce
--- 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"
 
-- 
cgit v1.2.3