From 9f6ff9f0ee196c17af21d2fb11d22344879af063 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Thu, 30 Aug 2018 20:09:18 +0200 Subject: [PATCH] Make acme.sh executable --- basic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/basic.sh b/basic.sh index 638f14e..acfceca 100755 --- a/basic.sh +++ b/basic.sh @@ -38,6 +38,7 @@ cp ${SOURCE_DIR}/etc/nginx/nginx.conf /etc/nginx/nginx.conf mkdir /etc/acme.sh.d wget https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh -O /usr/bin/acme.sh sed -i 's|$HOME/.$PROJECT_NAME|/etc/acme.sh.d|' /usr/bin/acme.sh +chmod +x /usr/bin/acme.sh # Copy Spotter resources cp ${SOURCE_DIR}/etc/init.d/spotter-appmgr /etc/init.d/spotter-appmgr