Change-Id: Ia7e162526621b8c6613e59d1bab6712e2d65dbc9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174811
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-10-11 13:52:01 +02:00 committed by Julien Nabet
parent 426019a4ed
commit 7a0a781da0

View file

@ -30,7 +30,7 @@ properties:
- resource: xPSDesiredStateConfiguration/xScript
id: wsl-check
directives:
description: check that wsl utility is avilable/working - i.e. whehter wsl is installed
description: check that wsl utility is available/working - i.e. whether wsl is installed
settings:
TestScript: wsl.exe --status ; return ![bool]$LASTEXITCODE
GetScript: return $false