mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Make sure the system user belongs to ssl-cert upon restore
This commit is contained in:
parent
408ce6ea70
commit
d00f1f6842
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
|||
source ../settings/scripts/_common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
#=================================================
|
||||
# ADD USER TO THE SSL-CERT GROUP
|
||||
#=================================================
|
||||
|
||||
usermod -a -G ssl-cert $app
|
||||
|
||||
#=================================================
|
||||
# RESTORE THE APP MAIN DIR
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue