further rework to the documentation

This commit is contained in:
Codex Agent
2025-11-20 12:31:21 +01:00
parent 6afa44d947
commit 9afcaa7836
90 changed files with 1721 additions and 29 deletions

View File

@@ -27,8 +27,8 @@ sync_code() {
}
ensure_helper_scripts() {
if compgen -G "$APP_TARGET/docs/queue-supervisor/*.sh" > /dev/null; then
chmod +x "$APP_TARGET"/docs/queue-supervisor/*.sh || true
if compgen -G "$APP_TARGET/scripts/*.sh" > /dev/null; then
chmod +x "$APP_TARGET"/scripts/*.sh || true
fi
}