From 91de7246cdd10642992e077125cc6943c011afe2 Mon Sep 17 00:00:00 2001 From: camoy Date: Thu, 15 Aug 2024 17:22:54 -0700 Subject: [PATCH] Wrong path --- scripts/ps/sweetcade.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ps/sweetcade.ps1 b/scripts/ps/sweetcade.ps1 index b663913..a9720c6 100644 --- a/scripts/ps/sweetcade.ps1 +++ b/scripts/ps/sweetcade.ps1 @@ -44,7 +44,7 @@ Get-Content -Path .\license.txt | Out-Host -Paging Write-Host "---Extract Sweetcade---" Expand-Archive -Path .\main.zip -Destination "C:\sc" -Force Write-Host "---Start Network Check---" - Get-Content "C:\sc\scripts\ps\netcheck.ps1" | Invoke-Expression + Get-Content "C:\sc\sweetcade\scripts\ps\netcheck.ps1" | Invoke-Expression Write-Host "---Start System Check---" Invoke-Expression (start powershell ((Split-Path $MyInvocation.InvocationName) + "C:\sc\scripts\ps\syscheck.ps1")) Write-Host "---Create Restore Point---"