Skip to content

Commit

Permalink
expect: check the hostname as well
Browse files Browse the repository at this point in the history
While at it, we have it, better to check then.

Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
  • Loading branch information
matttbe committed Dec 17, 2024
1 parent 32bfffb commit 3cb9e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ set timeout "1"
for {set i 0} {\$i < 60} {incr i 1} {
expect {
"root@" {
"root@${INPUT_HOSTNAME}" {
send_user "\n$(log_section_end)"
send_user "Starting the validation script (after \$i sec)\n"
break
Expand Down

0 comments on commit 3cb9e8f

Please sign in to comment.