From 5255095525ae2c9de5042c5b5b5944cc3140d599 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 6 Jun 2021 22:42:06 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8f8217d..5ddd43e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -235,11 +235,6 @@ then secret="$(ynh_string_random)" ynh_add_config --template="../conf/secrets.yml" --destination="$final_path/config/secrets.yml" - # # Set permissions to app files - # chmod 750 "$final_path" - # chmod -R o-rwx "$final_path" - # chown -R $app:www-data "$final_path" - pushd "$final_path" # Install bundler, a gems installer ynh_gem install bundler