From 722bd1615427431b05424b8f016d13e3b1a44d36 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Mon, 25 May 2020 18:02:50 -0400 Subject: [PATCH] Update 30-config adjust comment wording to be more clear --- root/etc/cont-init.d/30-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/30-config b/root/etc/cont-init.d/30-config index a3be5e6..2bf5eec 100644 --- a/root/etc/cont-init.d/30-config +++ b/root/etc/cont-init.d/30-config @@ -9,7 +9,7 @@ mkdir -p \ [[ ! -e /config/qBittorrent/qBittorrent.conf ]] && \ cp /defaults/qBittorrent.conf /config/qBittorrent/qBittorrent.conf -# chown download directory if currently set to root +# chown download directory if currently not set to abc if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then chown -R abc:abc /downloads fi