diff --git a/deploy/nio17.sh b/deploy/nio17.sh index f183279..225991f 100644 --- a/deploy/nio17.sh +++ b/deploy/nio17.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/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 >> fc_run.log" \ No newline at end of file +ssh root@192.168.1.129 "bash /root/run-fc.sh" \ No newline at end of file