1
0
Fork 0
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:
ericgaspar 2021-06-05 14:01:36 +02:00
parent d6daf819ab
commit a106bf23c0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -101,8 +101,9 @@ ynh_add_nginx_config
#================================================= #=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1 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" chmod 400 "$final_path/dist/config.local.js"
chown $app "$final_path/dist/config.local.js" chown $app "$final_path/dist/config.local.js"