Remove chmod in install script
This commit is contained in:
parent
9e7d0d9190
commit
6f5d470b54
@ -18,6 +18,5 @@ add-apt-repository \
|
|||||||
apt-get update
|
apt-get update
|
||||||
apt-get install docker-ce docker-ce-cli containerd.io
|
apt-get install docker-ce docker-ce-cli containerd.io
|
||||||
|
|
||||||
# Authorized launch script
|
# Launch Install Script
|
||||||
chmod 755 ./docker/*.sh
|
|
||||||
./docker/install-nginx.sh
|
./docker/install-nginx.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user