Skip to content

Commit 94e9784

Browse files
authored
fix: handle invalid characters in zlogin for alma9
1 parent a9d5425 commit 94e9784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vagrant-zones/driver.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,7 @@ def zloginboot(uii)
12541254
end
12551255

12561256
next unless !rsp.empty? && rsp[-1].match(/#{bstring}/)
1257+
12571258
sleep(15)
12581259
zlogin_write.printf("\n")
12591260
break

0 commit comments

Comments
 (0)