From 6eba270a1156a339e59cddd867ea0e6580bf0e01 Mon Sep 17 00:00:00 2001 From: shim_ Date: Mon, 13 Jun 2016 16:04:33 +0200 Subject: [PATCH] always chmod +x --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index 57dd230..409dc9f 100755 --- a/init.sh +++ b/init.sh @@ -27,6 +27,7 @@ if [ -f "$BINARY" ]; then report_loop else if [ -f "$INSTALLER" ]; then + chmod +x $INSTALLER $INSTALLER else fetch_installer