Chain remaining commands
This commit is contained in:
parent
23885731ae
commit
975a0af096
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ else
|
||||||
source "$dir/users.fish"
|
source "$dir/users.fish"
|
||||||
end
|
end
|
||||||
|
|
||||||
runHook installSoftware || begin
|
and runHook installSoftware || begin
|
||||||
set -l script (getDeploymentScript)
|
set -l script (getDeploymentScript)
|
||||||
|
|
||||||
if [ -n "$script" ]
|
if [ -n "$script" ]
|
||||||
|
@ -50,5 +50,5 @@ else
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
runHook postInstall || true
|
and runHook postInstall || true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue