mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
add to ssl-cert group
This commit is contained in:
parent
c0a55a5d1c
commit
0f318a1bd8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue