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

Fix config.example.yml path

This commit is contained in:
Yalh 2019-01-29 22:02:01 +01:00
parent 088bd4971e
commit d739f637c7

View file

@ -220,7 +220,7 @@ ynh_system_user_create $app
# MODIFY A CONFIG FILE # MODIFY A CONFIG FILE
#================================================= #=================================================
cp -f ../config.sample.yml "$final_path/config.yml" cp -f ../conf/config.sample.yml "$final_path/config.yml"
### `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)