fix: add missing set_debug_mode to kugetsu-session.sh #208

Merged
shoko merged 1 commits from fix/issue-207-queue-daemon-set-debug-mode into main 2026-04-07 10:39:41 +02:00

1 Commits

Author SHA1 Message Date
shokollm
66c8624d66 fix: move set_debug_mode to kugetsu-config.sh
The queue daemon crashes with 'set_debug_mode: command not found'
because cmd_continue() calls set_debug_mode(), but that function
was only defined in the main kugetsu script.

Instead of duplicating the function, move it to kugetsu-config.sh
which is always sourced before kugetsu-session.sh in all contexts.

Fixes #207
2026-04-07 08:31:17 +00:00