Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
longzheng committed Dec 6, 2024
1 parent cb63249 commit 79c57ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install/local/install-scrypted-dependencies-win.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#Requires -RunAsAdministrator

node -v

# Set-PSDebug -Trace 1

# stop existing service if any
Expand Down Expand Up @@ -119,7 +121,3 @@ del $INSTALL_SERVICE_JS_PATH

Write-Output "Scrypted is now running at: https://localhost:10443/"
Write-Output "Note that it is https and that you'll be asked to approve/ignore the website certificate."

Start-Sleep -Seconds 30

Get-EventLog -LogName Application -Newest 20 | Select-Object -Property *

0 comments on commit 79c57ae

Please sign in to comment.