From e05c9d12139a3fda2d052f9ae6c1b6608523ccaa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 18 Mar 2021 11:14:55 +0100 Subject: [PATCH] Not password to protect --- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 38f20cc..3629704 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,6 @@ ynh_store_file_checksum --file="$final_path/credentials.json" # Set permissions to app files chown -R $app: $final_path -chmod 600 $final_path/settings.json chmod 600 $final_path/credentials.json #================================================= diff --git a/scripts/restore b/scripts/restore index e00fc2c..4535ce5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -92,7 +92,6 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name # Restore permissions on app files chown -R $app: $final_path -chmod 600 $final_path/settings.json chmod 600 $final_path/credentials.json #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index e864757..4105b1a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -156,7 +156,6 @@ popd || ynh_die # Set permissions on app files chown -R $app: $final_path -chmod 600 $final_path/settings.json chmod 600 $final_path/credentials.json #=================================================