From 6f5d470b549addd8a2e98b933996f7fb3607e165 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Wed, 3 Apr 2019 17:11:55 +0900 Subject: [PATCH] Remove chmod in install script --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ac8401d..50d7fd2 100755 --- a/install.sh +++ b/install.sh @@ -18,6 +18,5 @@ add-apt-repository \ apt-get update apt-get install docker-ce docker-ce-cli containerd.io -# Authorized launch script -chmod 755 ./docker/*.sh +# Launch Install Script ./docker/install-nginx.sh