1
0
Fork 0
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:
ericgaspar 2021-06-05 20:27:21 +02:00
parent 95af380240
commit c6083c1110
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -107,9 +107,10 @@ chmod -R 770 "$final_path"
chown -R :mumble-server "$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 usermod --append --groups ssl-cert mumble-server
#================================================= #=================================================