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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue