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