On Tue, Aug 22, 2023 at 11:36 AM, Mauro wrote:

> 
> Try with this:
> 
> EXTRA_USERS_PARAMS=" usermod -p '$(openssl passwd -6 root)' root; useradd
> -p '$(openssl passwd -6 2023)' crane; "

Not working.
Here is the value of the variable becoming:
EXTRA_USERS_PARAMS=" usermod -p '\$(openssl passwd -6 root)' root; useradd -p 
'\$(openssl passwd -6 2023)' crane; "
One \ is added before $ symbol.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60853): https://lists.yoctoproject.org/g/yocto/message/60853
Mute This Topic: https://lists.yoctoproject.org/mt/100887124/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to