From a11d1444feba55e09af1ee92a8398ee6368799ca Mon Sep 17 00:00:00 2001 From: MarioFPV <57532232+MarioFPVdev@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:47:48 +0100 Subject: [PATCH] Update Extern.bat --- Extern.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extern.bat b/Extern.bat index c1e346d..c55740f 100755 --- a/Extern.bat +++ b/Extern.bat @@ -122,7 +122,7 @@ if "%1" == "rsmaj" ( ) if "%1" == "binup" ( - echo y | pscp -scp -pw %3 sensors\%4 root@%2:/etc/sensors/ + echo y | pscp -scp -pw %3 sensors/%4 root@%2:/etc/sensors/ plink -ssh root@%2 -pw %3 yaml-cli -s .isp.sensorConfig /etc/sensors/%4 )