mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Fix
This commit is contained in:
parent
9963132033
commit
d26f3fc4f8
2 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,7 @@ if grep -q render /etc/group
|
|||
# Add user to render group
|
||||
adduser $app render
|
||||
else
|
||||
echo "render does not exist"
|
||||
echo "render group does not exist"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -51,6 +51,8 @@ fi
|
|||
if [ ! $(grep "jellyfin:x:[0-9]*:render" /etc/group) ]
|
||||
then
|
||||
adduser $app render
|
||||
else
|
||||
echo "render group does not exist"
|
||||
fi
|
||||
|
||||
# Cleaning legacy permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue