From 0f318a1bd8b70b4daa111df36fb3134249f3aad6 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 1 Jun 2022 22:40:07 -0600 Subject: [PATCH] add to ssl-cert group --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6a404ea..eb1836a 100755 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,7 @@ ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port ynh_script_progression --message="Configuring system user..." --time --weight=1 # Create a system user -ynh_system_user_create --username=$app --home_dir="$final_path" +ynh_system_user_create --username=$app --home_dir="$final_path" --groups="ssl-cert" #================================================= # CREATE A MYSQL DATABASE