From 7ddc267660394dec73c3c5d441bc10746ed1e55f Mon Sep 17 00:00:00 2001 From: JOduMonT Date: Wed, 15 Apr 2015 10:30:57 +0200 Subject: [PATCH] remove ENABLE_INSTALL after the installation I propose to remove the ENABLE_INSTALL file at the end. --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 3afad23..194d378 100644 --- a/scripts/install +++ b/scripts/install @@ -60,3 +60,6 @@ sudo chmod 600 /etc/nginx/conf.d/$domain.d/baikal.conf sudo service nginx reload sudo yunohost app setting baikal skipped_uris -v "/" sudo yunohost app ssowatconf + +# Remove ENABLE_INSTALL for more Security +sudo rm $final_path/Specific/ENABLE_INSTALL