Remove chmod in install script

This commit is contained in:
Mathieu Sanchez 2019-04-03 17:11:55 +09:00
parent 9e7d0d9190
commit 6f5d470b54

View File

@ -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