mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-22 18:45:25 +00:00
Update start.sh
This commit is contained in:
parent
970f2052ba
commit
bb04101847
@ -20,7 +20,7 @@ fi
|
||||
if [[ ! -e /config/qBittorrent/config/qBittorrent.conf ]]; then
|
||||
yes | cp /etc/qbittorrent/qBittorrent.conf /config/qBittorrent/config/qBittorrent.conf
|
||||
chmod 755 /config/qBittorrent/config/qBittorrent.conf
|
||||
chown -R 99:100 /config/qBittorrent/config/qBittorrent.conf
|
||||
chown -R $PUID:$PGID /config/qBittorrent/config/qBittorrent.conf
|
||||
fi
|
||||
|
||||
echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'
|
||||
@ -29,7 +29,7 @@ echo "[info] Starting qBittorrent daemon..." | ts '%Y-%m-%d %H:%M:%.S'
|
||||
while true; do
|
||||
if [ -e /config/qBittorrent ]; then
|
||||
chmod -R 755 /config/qBittorrent
|
||||
chown -R 99:100 /config/qBittorrent
|
||||
chown -R $PUID:$PGID /config/qBittorrent
|
||||
break
|
||||
else
|
||||
sleep 1
|
||||
|
Loading…
Reference in New Issue
Block a user