mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 10:27:43 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
2
resiliosync/rootfs/etc/cont-init.d/00-folders.sh
Executable file → Normal file
2
resiliosync/rootfs/etc/cont-init.d/00-folders.sh
Executable file → Normal file
@@ -87,6 +87,6 @@ for SYNC_CONF in "$ORIGINALLOCATION/sync.conf" "$CONFIGLOCATION/sync.conf" "/def
|
|||||||
| map(select(. as $item | (.webui.dir_whitelist | index($item) | not))))
|
| map(select(. as $item | (.webui.dir_whitelist | index($item) | not))))
|
||||||
else
|
else
|
||||||
.webui.dir_whitelist = ["/backup", "/media"]
|
.webui.dir_whitelist = ["/backup", "/media"]
|
||||||
end' "$SYNC_CONF" > "$TMP_FILE" && mv "$TMP_FILE" "$SYNC_CONF"
|
end' "$SYNC_CONF" >"$TMP_FILE" && mv "$TMP_FILE" "$SYNC_CONF"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user