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