Update 19-config.sh

watchdir Failed to open directory "/watch" (2): No such file or directory
This commit is contained in:
Alexandre
2022-06-02 09:57:46 +02:00
committed by GitHub
parent 84e914ad30
commit 2432b6fbd4

View File

@@ -21,6 +21,7 @@ CONFIGDIR="/config/transmission"
#Default folders
echo "Updating folders"
mkdir -p /config/transmission || true
mkdir -p /watch || true
chown -R abc:abc /config/transmission || true
if ! bashio::fs.file_exists "$CONFIGDIR/settings.json"; then