1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00

Fix #20 (old old upgrade)

This commit is contained in:
Jean-Baptiste Holcroft 2018-08-06 21:48:04 +02:00
parent 1f2172a181
commit 10d2d351fd

View file

@ -61,7 +61,7 @@ if [ -z "$server_password" ]; then
ynh_app_setting_set "$app" welcometext "$welcometext"
ynh_app_setting_set "$app" registerName "$registerName"
ynh_app_setting_set "$app" su_passwd "$su_passwd"
ynh_app_setting_set "$app" domain "$domain"
ynh_app_setting_set "$app" domain_mumble "$domain"
systemctl stop mumble-server
dpkg-reconfigure mumble-server --frontend=Noninteractive