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
#=================================================
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.
### (It's compatible with sed regular expressions syntax)