fix the base64 encoded value for user-data.
The previous value had dos style newlines. The current string was obtained with: printf '#!/bin/sh\necho "hi world"\n' | base64
This commit is contained in:
parent
e854befffd
commit
50f55fae8b
@ -39,7 +39,7 @@
|
||||
The following represents '#!/bin/sh\necho "hi world"'
|
||||
|
||||
-->
|
||||
<Property oe:key="user-data" oe:value="IyEvYmluL3NoDQplY2hvICJoaSB3b3JsZCI="/>
|
||||
<Property oe:key="user-data" oe:value="IyEvYmluL3NoCmVjaG8gImhpIHdvcmxkIgo="/>
|
||||
<Property oe:key="password" oe:value="passw0rd"/>
|
||||
</PropertySection>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user