diff --git a/scripts/install b/scripts/install index 1f8367c..7c3e9d0 100755 --- a/scripts/install +++ b/scripts/install @@ -123,7 +123,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 ynh_add_config --template="../conf/config_local.php" --destination="$final_path/config_local.php" -chmod 400 "$final_path/config_local.php" +chmod 600 "$final_path/config_local.php" chown $app "$final_path/config_local.php" #=================================================