From 284602213a557c33e7f47b2ed5ecb830526e32c8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Apr 2019 05:00:01 +0200 Subject: [PATCH] Update install --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e832cb3..ad1ab49 100755 --- a/scripts/install +++ b/scripts/install @@ -132,9 +132,12 @@ ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < "../conf/sql/admin.sql" ynh_store_file_checksum "$final_path/data/config.ini.php" #================================================= -# SET RIGHT PERMISSION FOR APP +# GENERIC FINALIZATION +#================================================= +# SECURE FILES AND DIRECTORIES #================================================= +# Set permissions to app files chown -R $app: $final_path sudo chmod -R 700 $final_path/data