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"
|
||||
else
|
||||
echo "Adding $PGID group"
|
||||
groupadd -g $PGID qbittorent
|
||||
groupadd -g $PGID qbittorrent
|
||||
fi
|
||||
|
||||
## Check for missing userid
|
||||
@ -26,7 +26,7 @@ if [ $? -eq 0 ]; then
|
||||
echo "User $PUID exists in /etc/passwd"
|
||||
else
|
||||
echo "Adding $PUID user"
|
||||
useradd -c "qbittorent user" -g $PGID -u $PUID qbittorent
|
||||
useradd -c "qbittorrent user" -g $PGID -u $PUID qbittorrent
|
||||
fi
|
||||
|
||||
# set umask
|
||||
|
Loading…
Reference in New Issue
Block a user