diff --git a/server/scripts/services.ps1 b/server/scripts/services.ps1 index 4a6f9fe..46e7023 100644 --- a/server/scripts/services.ps1 +++ b/server/scripts/services.ps1 @@ -7,7 +7,7 @@ param ( ) # Example string to run with the parameters in it. -# .\services.ps1 -serviceName "LST-Admin" -option "install" -appPath "C:\Users\matthes01\Documents\lstV2" -description "The Admin DashBoard" -command "npm run startadm" +# .\services.ps1 -serviceName "LSTV2" -option "install" -appPath "E:\LST\lstV2" -description "Logistics Support Tool V2" -command "run start" $nssmPath = $AppPath + "\nssm.exe" $npmPath = "C:\Program Files\nodejs\npm.cmd" # Path to npm.cmd