mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
Fix start.sh misspelling of qbittorrent
This commit is contained in:
parent
2dbbbc6006
commit
b20e51f874
@ -17,7 +17,7 @@ if [ $? -eq 0 ]; then
|
|||||||
echo "Group $PGID exists"
|
echo "Group $PGID exists"
|
||||||
else
|
else
|
||||||
echo "Adding $PGID group"
|
echo "Adding $PGID group"
|
||||||
groupadd -g $PGID qbittorent
|
groupadd -g $PGID qbittorrent
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Check for missing userid
|
## Check for missing userid
|
||||||
@ -26,7 +26,7 @@ if [ $? -eq 0 ]; then
|
|||||||
echo "User $PUID exists in /etc/passwd"
|
echo "User $PUID exists in /etc/passwd"
|
||||||
else
|
else
|
||||||
echo "Adding $PUID user"
|
echo "Adding $PUID user"
|
||||||
useradd -c "qbittorent user" -g $PGID -u $PUID qbittorent
|
useradd -c "qbittorrent user" -g $PGID -u $PUID qbittorrent
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set umask
|
# set umask
|
||||||
|
Loading…
Reference in New Issue
Block a user