1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/halcyon_ynh.git synced 2024-09-03 20:36:21 +02:00

Fixed error in install

This commit is contained in:
anmol26s 2018-10-04 06:12:40 +05:30
parent aa8261bcc5
commit 2998762c7b

View file

@ -140,7 +140,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)
udo cp $final_path/config/config.ini.sample $final_path/config/config.ini
cp $final_path/config/config.ini.sample $final_path/config/config.ini
ynh_replace_string "Your application name" "Yunohost Halcyon" "$final_path/config/config.ini"
ynh_replace_string "example.com" "$domain" "$final_path/config/config.ini"
ynh_replace_string "en_US" "$language" "$final_path/config/config.ini"