From 6f8e18d265a77bd5b1b6f51a2773f408b4cdac84 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 26 Jan 2019 03:34:45 +0100 Subject: [PATCH] Fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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