From 39069fe26d2afab7529173461e3c0cb33f436a77 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 19 Jan 2025 13:41:11 +0100 Subject: [PATCH] Typo, change text --- install-beszel-service.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-beszel-service.cmd b/install-beszel-service.cmd index f95d5aa..2e4ef65 100644 --- a/install-beszel-service.cmd +++ b/install-beszel-service.cmd @@ -31,10 +31,10 @@ del "%TEMP%\nssm-2.24.zip" >nul 2>&1 rd /s/q .\nssm-2.24 >nul 2>&1 :proceed -echo Creating deirectory %DESTINATIONDIR% +echo Creating directory %DESTINATIONDIR% md "%DESTINATIONDIR%" >nul 2>&1 -echo Copying agent.exe +echo Copying agent.exe to %DESTINATIONDIR% copy .\agent.exe "%DESTINATIONDIR%\" >nul 2>&1 echo Adding firewall rule