diff --git a/scripts/Common/OS/install.fish b/scripts/Common/OS/install.fish index 3cb527a8..483fe651 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