mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Update install
This commit is contained in:
parent
95af380240
commit
c6083c1110
1 changed files with 2 additions and 1 deletions
|
@ -107,9 +107,10 @@ chmod -R 770 "$final_path"
|
|||
chown -R :mumble-server "$final_path"
|
||||
|
||||
#=================================================
|
||||
# Add user to ssl-cert so it can read certificates
|
||||
# ADD USER TO SSL-CERT
|
||||
#=================================================
|
||||
|
||||
# Add user to ssl-cert so it can read certificates
|
||||
usermod --append --groups ssl-cert mumble-server
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue