X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fwebi.ps1;h=1a961fc66dc9863bd771d0ba527d6cc245c93661;hb=17924e670fd56fa31ac6ebee8d8d7ee30b547358;hp=21a4e957966f794c200d91c58af903b775031c56;hpb=6cb859eeffe708cf75bec7333a8a23be00b7a9e9;p=webi-installers%2F.git diff --git a/_webi/webi.ps1 b/_webi/webi.ps1 index 21a4e95..1a961fc 100644 --- a/_webi/webi.ps1 +++ b/_webi/webi.ps1 @@ -30,7 +30,7 @@ if (!(Test-Path -Path .local\tmp)) # TODO SetStrictMode # TODO Test-Path variable:global:Env:WEBI_HOST ??? -IF(!$Env:WEBI_HOST) +IF($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" }