EverWrath/apps/startup-scripts/src
Yehonal dbee211506
fix(bash/starter): enhance interactive mode handling (#22516)
This pull request updates the startup script in `apps/startup-scripts/src/starter` to improve handling of interactive and non-interactive modes, particularly when running under different session managers. 

### Improvements to interactive and non-interactive mode handling:

* Updated the condition to check if the application should run interactively by combining `AC_LAUNCHED_BY_PM2` and `AC_DISABLE_INTERACTIVE` environment variables. This ensures more accurate handling of interactive mode.


Fixes: https://github.com/azerothcore/azerothcore-wotlk/issues/22507
2025-07-27 13:50:20 +02:00
..
examples feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401) 2025-07-01 15:35:54 +02:00
.gitignore feat(bash): startup-scripts reworked + bash scripts workflow integration (#22401) 2025-07-01 15:35:54 +02:00
conf.sh.dist feat: improve session management and PM2 support in startup scripts (#22420) 2025-07-06 12:00:38 +02:00
run-engine feat: improve session management and PM2 support in startup scripts (#22420) 2025-07-06 12:00:38 +02:00
service-manager.sh feat: improve session management and PM2 support in startup scripts (#22420) 2025-07-06 12:00:38 +02:00
simple-restarter feat: improve session management and PM2 support in startup scripts (#22420) 2025-07-06 12:00:38 +02:00
starter fix(bash/starter): enhance interactive mode handling (#22516) 2025-07-27 13:50:20 +02:00