mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update install
This commit is contained in:
parent
d6daf819ab
commit
a106bf23c0
1 changed files with 2 additions and 1 deletions
|
@ -101,8 +101,9 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="../conf/config.local.js" --destination="$final_path/dist/config.local.js"
|
||||
#ynh_add_config --template="../conf/config.local.js" --destination="$final_path/dist/config.local.js"
|
||||
|
||||
cp -rf "../conf/config.local.js" "$final_path/dist/config.local.js"
|
||||
chmod 400 "$final_path/dist/config.local.js"
|
||||
chown $app "$final_path/dist/config.local.js"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue