diff --git a/scripts/restore b/scripts/restore index e98d9b4..6e481b5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 #=================================================