Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 10, 2023
1 parent 7ef528b commit 96ee8f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,13 @@ importVM() {


waitForLoginTag() {
bash $vmsh waitForText "$osname" "$VM_LOGIN_TAG"
if [ -e "hooks/waitForLoginTag.sh" ]; then
echo "Run hooks/waitForLoginTag.sh"
. hooks/waitForLoginTag.sh
else
bash $vmsh waitForText "$osname" "$VM_LOGIN_TAG"
fi

}


Expand Down

0 comments on commit 96ee8f0

Please sign in to comment.