From 29f88d1f6ae1ffe828af64476fea741b00fd7384 Mon Sep 17 00:00:00 2001 From: Yujie Xia Date: Fri, 27 May 2022 15:01:50 +0800 Subject: [PATCH] Fix monitor process name for custom startup script --- src/common/startup_scripts/vnc_startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/startup_scripts/vnc_startup.sh b/src/common/startup_scripts/vnc_startup.sh index ccc1a4b..525d209 100755 --- a/src/common/startup_scripts/vnc_startup.sh +++ b/src/common/startup_scripts/vnc_startup.sh @@ -283,7 +283,7 @@ do # TODO: This will only work if both processes are killed, requires more work start_upload ;; - custom_script) + custom_startup) echo "The custom startup script exited." # custom startup scripts track the target process on their own, they should not exit custom_startup