GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-24 15:50:18 +00:00
parent 2e49298ae0
commit 1740fa67a3

2
resiliosync/rootfs/etc/cont-init.d/00-folders.sh Executable file → Normal file
View 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