From 0222ad678c40a996070c7af78628a542e93b582a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 3 Feb 2022 12:25:32 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 60ac59a..a140b96 100755 --- a/scripts/install +++ b/scripts/install @@ -103,7 +103,7 @@ ynh_setup_source --dest_dir="$mc_path" --source_id="mc" chmod -R 750 "$mc_path" chmod -R o-rwx "$mc_path" chown -R $app:www-data "$mc_path" -chmod +x $mc_path/mc +chmod +x "$mc_path/mc" #================================================= # NGINX CONFIGURATION