mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
6a9348b7a6
commit
8dde74fe0a
3 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ chown -R :mumble-server "$final_path"
|
|||
# Add user to ssl-cert so it can read certificates
|
||||
#=================================================
|
||||
|
||||
ynh_exec_warn_less usermod --append --groups ssl-cert mumble-server
|
||||
usermod --append --groups ssl-cert mumble-server
|
||||
|
||||
#=================================================
|
||||
# Set SuperUser password
|
||||
|
|
|
@ -64,7 +64,7 @@ chown -R :mumble-server "$final_path"
|
|||
# Add user to ssl-cert so it can read certificates
|
||||
#=================================================
|
||||
|
||||
ynh_exec_warn_less usermod --append --groups ssl-cert mumble-server
|
||||
usermod --append --groups ssl-cert mumble-server
|
||||
|
||||
#=================================================
|
||||
# Disable default server installed by Debian's package
|
||||
|
|
|
@ -168,7 +168,7 @@ chown -R :mumble-server "$final_path"
|
|||
# Add user to ssl-cert so it can read certificates
|
||||
#=================================================
|
||||
|
||||
ynh_exec_warn_less usermod --append --groups ssl-cert mumble-server
|
||||
usermod --append --groups ssl-cert mumble-server
|
||||
|
||||
#=================================================
|
||||
# Set SuperUser password
|
||||
|
|
Loading…
Add table
Reference in a new issue