From a79c79ab77c7fc8395446e5ac1ce0bdc23dc15f0 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Mon, 17 Feb 2025 16:46:07 +0400 Subject: [PATCH] #13 -- Fix deploy script --- deploy/nio17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nio17.sh b/deploy/nio17.sh index d8845c9..f183279 100644 --- a/deploy/nio17.sh +++ b/deploy/nio17.sh @@ -1,4 +1,4 @@ #!/bin/bash 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 >> fc_run.log" \ No newline at end of file