30-config: Stop creating /config/data directory on startup

Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
Aaron
2020-11-12 08:06:53 +01:00
committed by Ryan Kuba
parent 46b6b4e375
commit 79d5ee0cd7

View File

@@ -1,9 +1,7 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
# make our folders # make our folder
mkdir -p \ mkdir -p /config/qBittorrent
/config/qBittorrent \
/config/data
# copy config # copy config
[[ ! -e /config/qBittorrent/qBittorrent.conf ]] && \ [[ ! -e /config/qBittorrent/qBittorrent.conf ]] && \