further rework to the documentation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user