mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Let system user $app be handled by manifest.toml
This commit is contained in:
parent
16a441b732
commit
5ed06282d0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue