diff --git a/scripts/install b/scripts/install index 2e26ad2..680c9c7 100755 --- a/scripts/install +++ b/scripts/install @@ -242,7 +242,7 @@ ynh_add_fpm_config ### `ynh_replace_string` is used to replace a string in a file. ### (It's compatible with sed regular expressions syntax) -ynh_replace_string "match_string" "replace_string" "$final_path/conf/config.php" +#ynh_replace_string "match_string" "replace_string" "$final_path/conf/config.php" # Configuration sed -i "s^define('TIMEZONE', .*^define('TIMEZONE', '$(cat /etc/timezone)');^" ../conf/config.php