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