From e2ddf48aa8f6519808d013c7c4027ab0f1b17cf5 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Tue, 18 Feb 2025 10:03:55 +0400 Subject: [PATCH] #13 -- Fix deploy --- deploy/nio17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nio17.sh b/deploy/nio17.sh index 225991f..89d298b 100644 --- a/deploy/nio17.sh +++ b/deploy/nio17.sh @@ -1,4 +1,4 @@ #!/bin/ bash ./gradlew assemble scp -o StrictHostKeyChecking=no build/libs/fuzzy-controller-0.0.1-SNAPSHOT.jar root@192.168.1.129:/root/fuzzy-controller.jar -ssh root@192.168.1.129 "bash /root/run-fc.sh" \ No newline at end of file +ssh root@192.168.1.129 "bash /root/run-fc.sh &" \ No newline at end of file