major update to override Write-Output func
This commit is contained in:
@@ -16,7 +16,7 @@ Install-Program -Path $(Download-File -URL $URL) -Arguments "/S" -Delete
|
||||
## Start the app after installation
|
||||
If ( Test-Path $InstallPath )
|
||||
{
|
||||
LogMsg "Starting Nextcloud"
|
||||
Write-Output "Starting Nextcloud"
|
||||
Try { Start-Process $InstallPath }
|
||||
Catch { LogErr $_.Exception.Message }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user