1
0
Fork 0
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:
tituspijean 2023-07-09 14:23:06 +02:00
parent 408ce6ea70
commit d00f1f6842
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -10,6 +10,12 @@
source ../settings/scripts/_common.sh source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
#=================================================
# ADD USER TO THE SSL-CERT GROUP
#=================================================
usermod -a -G ssl-cert $app
#================================================= #=================================================
# RESTORE THE APP MAIN DIR # RESTORE THE APP MAIN DIR
#================================================= #=================================================