From 5fc7e89c7cf0ab404e8c7cc4ba2f19530707b99d Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Mon, 17 Feb 2025 17:34:31 +0400 Subject: [PATCH] #13 --Fox deploy script --- deploy/nio17.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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