Update start.sh

This commit is contained in:
MarkusMcNugen
2018-04-26 08:49:57 -04:00
committed by GitHub
parent d848b34b9a
commit d27a2d1092

View File

@@ -1,6 +1,4 @@
#!/bin/bash #!/bin/bash
set -e
if [[ ! -e /config/qBittorrent ]]; then if [[ ! -e /config/qBittorrent ]]; then
mkdir -p /config/qBittorrent/config/ mkdir -p /config/qBittorrent/config/
chown -R ${PUID}:${PGID} /config/qBittorrent chown -R ${PUID}:${PGID} /config/qBittorrent