Created
September 25, 2022 20:56
-
-
Save ThinGuy/f5595758bb8c015124b92f85d0943307 to your computer and use it in GitHub Desktop.
Re-run cloud-init without reboot (run as root if UID 1000 did not get setup on Ubutnu)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| cloud-init clean --logs | |
| cloud-init init --local | |
| cloud-init init | |
| cloud-init modules --mode=config | |
| cloud-init modules --mode=final |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment