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