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:
parent
aa8261bcc5
commit
2998762c7b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ ynh_add_fpm_config
|
||||||
|
|
||||||
### `ynh_replace_string` is used to replace a string in a file.
|
### `ynh_replace_string` is used to replace a string in a file.
|
||||||
### (It's compatible with sed regular expressions syntax)
|
### (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 "Your application name" "Yunohost Halcyon" "$final_path/config/config.ini"
|
||||||
ynh_replace_string "example.com" "$domain" "$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"
|
ynh_replace_string "en_US" "$language" "$final_path/config/config.ini"
|
||||||
|
|
Loading…
Reference in a new issue