Skip to content

Commit

Permalink
Use 1.9 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Aug 7, 2023
1 parent c24a073 commit 13a3796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
system_name = get_system_name(host)
output, = target.run("sed -i '/^set timeout /c\\set timeout #{DEFAULT_TIMEOUT}' /tmp/#{boostrap_script} && expect -f /tmp/#{boostrap_script} #{system_name}")
unless output.include? '-bootstrap complete-'
log output.encode('utf-8', :invalid => :replace, :undef => :replace, :replace => '_')
log output.encode('utf-8', invalid: :replace, undef: :replace, replace: '_')
raise "Bootstrap didn't finish properly"
end
end
Expand Down

0 comments on commit 13a3796

Please sign in to comment.