From dbd56c1b50c24de78c54f6fdea23a33d5dfcb64e Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 27 Mar 2026 18:31:16 -0500 Subject: [PATCH] helper command set to correct drive now --- scripts/services.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/services.ps1 b/scripts/services.ps1 index e550e10..8f40f60 100644 --- a/scripts/services.ps1 +++ b/scripts/services.ps1 @@ -11,7 +11,7 @@ param ( ) # Example string to run with the parameters in it. -# .\scripts\services.ps1 -serviceName "LSTV3_app" -option "install" -appPath "E:\LST_V3" -description "Logistics Support Tool" -command "run start" +# .\scripts\services.ps1 -serviceName "LSTV3_app" -option "install" -appPath "D:\LST_V3" -description "Logistics Support Tool" -command "run start" $nssmPath = $AppPath + "\nssm.exe" $npmPath = "C:\Program Files\nodejs\npm.cmd" # Path to npm.cmd