Make acme.sh executable
This commit is contained in:
parent
db3b04c90b
commit
9f6ff9f0ee
1
basic.sh
1
basic.sh
@ -38,6 +38,7 @@ cp ${SOURCE_DIR}/etc/nginx/nginx.conf /etc/nginx/nginx.conf
|
|||||||
mkdir /etc/acme.sh.d
|
mkdir /etc/acme.sh.d
|
||||||
wget https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh -O /usr/bin/acme.sh
|
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
|
sed -i 's|$HOME/.$PROJECT_NAME|/etc/acme.sh.d|' /usr/bin/acme.sh
|
||||||
|
chmod +x /usr/bin/acme.sh
|
||||||
|
|
||||||
# Copy Spotter resources
|
# Copy Spotter resources
|
||||||
cp ${SOURCE_DIR}/etc/init.d/spotter-appmgr /etc/init.d/spotter-appmgr
|
cp ${SOURCE_DIR}/etc/init.d/spotter-appmgr /etc/init.d/spotter-appmgr
|
||||||
|
Loading…
Reference in New Issue
Block a user