From 5ed06282d0dbf340b3002e2c4badcdcd29cf192f Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Tue, 21 May 2024 18:36:13 +0200 Subject: [PATCH] Let system user $app be handled by manifest.toml --- scripts/restore | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index b18d424..92cd497 100644 --- a/scripts/restore +++ b/scripts/restore @@ -18,7 +18,6 @@ source /usr/share/yunohost/helpers ynh_script_progression --message="Reconfiguring the dedicated system user..." --weight=1 # It could be created later by the deb, but it's cleaner here -ynh_system_user_create --username=$app if getent group render && ! id -Gn "$app" | grep -qw "\brender\b" >/dev/null; then # Add user to render group adduser $app render