From 78c03d53b4535fb561e3f257c31563e91e18bbda Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 16 Aug 2024 15:13:53 +0200 Subject: [PATCH] Redirect `winiso` exit code properly --- winiso/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winiso/deploy.sh b/winiso/deploy.sh index 142bc93f..42a0b513 100755 --- a/winiso/deploy.sh +++ b/winiso/deploy.sh @@ -19,7 +19,7 @@ then echo "Please specify the path to the Windows 11 ISO image in your .env file located at:"; realpath --relative-to "$workingDir" "$(realpath .env)"; else - WIN11_IMAGE_PATH="$WIN11_IMAGE_PATH" fish ./deploy.fish $@; + WIN11_IMAGE_PATH="$WIN11_IMAGE_PATH" exec fish ./deploy.fish $@; fi; popd > /dev/null;