ctrl c on linux flam man launcher
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
title Nexus Flamenco Manager
|
title Nexus Flamenco Manager
|
||||||
echo Connecting to nexus and starting Flamenco Manager...
|
echo Connecting to nexus and starting Flamenco Manager...
|
||||||
ssh nexus "cd /mnt/PHOENIX/flamenco/software/Flamenco && ./flamenco-manager"
|
REM -t allocates a PTY so Ctrl+C sends SIGINT to flamenco-manager (clean SQLite shutdown).
|
||||||
|
REM exec replaces the shell with the manager so signals go to the right process.
|
||||||
|
ssh -t nexus "cd /mnt/PHOENIX/flamenco/software/Flamenco && exec ./flamenco-manager"
|
||||||
|
|||||||
Reference in New Issue
Block a user