mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-31 02:10:32 +02:00
Update 19-config.sh
watchdir Failed to open directory "/watch" (2): No such file or directory
This commit is contained in:
@@ -21,6 +21,7 @@ CONFIGDIR="/config/transmission"
|
|||||||
#Default folders
|
#Default folders
|
||||||
echo "Updating folders"
|
echo "Updating folders"
|
||||||
mkdir -p /config/transmission || true
|
mkdir -p /config/transmission || true
|
||||||
|
mkdir -p /watch || true
|
||||||
chown -R abc:abc /config/transmission || true
|
chown -R abc:abc /config/transmission || true
|
||||||
|
|
||||||
if ! bashio::fs.file_exists "$CONFIGDIR/settings.json"; then
|
if ! bashio::fs.file_exists "$CONFIGDIR/settings.json"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user