1
0
Fork 0
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:
Salamandar 2024-02-24 16:24:01 +01:00
parent 70a7161ee9
commit 303b6f0f53

View file

@ -42,8 +42,8 @@ fi
ynh_script_progression --message="Configuring system users..." --weight=1 ynh_script_progression --message="Configuring system users..." --weight=1
# Create system users # Create system users
ynh_system_user_create --username="$app-guacd" ynh_system_user_create --username="$app-guacd" --groups="$app"
ynh_system_user_create --username="$app-tomcat" ynh_system_user_create --username="$app-tomcat" --groups="$app"
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCES # DOWNLOAD, CHECK AND UNPACK SOURCES