From a0be4c3e5dc6e47201c1fc44d678174214157115 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 21 Aug 2023 18:48:03 +0200 Subject: [PATCH] Fix chmod +x on file that doesnt exist ... --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d769867..78dd45a 100755 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,7 @@ ynh_app_setting_set --app=$app --key=bootstrap_peers --value=$bootstrap_peers ynh_script_progression --message="Setting up source files..." ynh_setup_source --dest_dir="$install_dir" -chmod +x $install_dir/garage +# chmod +x $install_dir/garage # this file doesnt seem to exist ... remove this line ? #================================================= # NGINX CONFIGURATION