diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 44e5dfd7..8bf7aa19 100755 --- a/scripts/Common/OS/install.fish +++ b/scripts/Common/OS/install.fish @@ -42,7 +42,7 @@ else source "$dir/users.fish" end - runHook installSoftware || begin + and runHook installSoftware || begin set -l script (getDeploymentScript) if [ -n "$script" ] @@ -50,5 +50,5 @@ else end end - runHook postInstall || true + and runHook postInstall || true end