From 3ebda4bc46b58265cf13bbce982481d47b609962 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Aug 2022 11:39:49 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 823f0d3..281eb72 100755 --- a/scripts/install +++ b/scripts/install @@ -93,7 +93,7 @@ ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -chmod +x "$final_path/$app" +chmod +x "$final_path/tube" #================================================= # NGINX CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index a53e119..4a692fb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -128,7 +128,7 @@ fi chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -chmod +x "$final_path/$app" +chmod +x "$final_path/tube" #================================================= # NGINX CONFIGURATION