You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix critical shellcheck issues in selenium component scripts
Address only the most critical shellcheck issues without excessive quoting:
- Add missing shebangs to 3 files (devkeycloak-proxy, forward-proxy, proxy)
- Replace legacy backtick syntax with modern $() in 2 files
- Remove unused SCRIPT variable in rabbitmq
These changes improve script portability and maintainability while keeping
the existing coding style. Remaining SC2086 (quoting) warnings are
informational and left as-is per project preference.
0 commit comments