Closed bagel-dawg closed 5 years ago
If the file /var/lib/cloud/instance/boot-finished exists, the remote installer will never continue the way the bash script is written.
/var/lib/cloud/instance/boot-finished
This was never an issue before, as you had used until instead of while previously.
until
while
Is there anything else relevant to your pull request? Please mention it here.
Thank you for contributing!
Thank you, what a silly mistake from my side! I'll take care of this PR within the next 24 hours.
@radekg any updates?
Summary
If the file
/var/lib/cloud/instance/boot-finished
exists, the remote installer will never continue the way the bash script is written.This was never an issue before, as you had used
until
instead ofwhile
previously.Other Information
Is there anything else relevant to your pull request? Please mention it here.
Thank you for contributing!