X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fbootstrap.ps1;h=8ec299c8e685fe0761891df40e2b38e2e1d632cb;hb=6cb859eeffe708cf75bec7333a8a23be00b7a9e9;hp=5eac194b63b7dfa5601a0bd48990d9a5ac9832bf;hpb=ea77982c0a6510744d164b73cebed43e42f77fac;p=webi-installers%2F.git diff --git a/_webi/bootstrap.ps1 b/_webi/bootstrap.ps1 index 5eac194..8ec299c 100644 --- a/_webi/bootstrap.ps1 +++ b/_webi/bootstrap.ps1 @@ -23,7 +23,7 @@ pushd .local\bin # 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" }