mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
Fix : add users to gorup
This commit is contained in:
parent
70a7161ee9
commit
303b6f0f53
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ fi
|
|||
ynh_script_progression --message="Configuring system users..." --weight=1
|
||||
|
||||
# Create system users
|
||||
ynh_system_user_create --username="$app-guacd"
|
||||
ynh_system_user_create --username="$app-tomcat"
|
||||
ynh_system_user_create --username="$app-guacd" --groups="$app"
|
||||
ynh_system_user_create --username="$app-tomcat" --groups="$app"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCES
|
||||
|
|
Loading…
Add table
Reference in a new issue