From 2295d825cd488c00f0434e537d9edff58864008a Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Sat, 31 Jul 2021 20:51:13 +0200 Subject: [PATCH] only members of group audio can play sound --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 14d277d..1813a3e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -65,7 +65,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_script_progression --message="Recreating the dedicated system user..." --weight=1 # Create the dedicated user (if not existing) -ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell +ynh_system_user_create --username="$app" --home_dir="$final_path" --use_shell --groups="audio" #================================================= # RESTORE THE APP MAIN DIR