1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix install

This commit is contained in:
Yalh 2019-01-26 03:34:45 +01:00
parent 9a48af81e8
commit 6f8e18d265

View file

@ -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