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:
parent
088bd4971e
commit
d739f637c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue