Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Impossible to set graffiti with spaces #51

Open
pepawel opened this issue Sep 18, 2021 · 0 comments
Open

Impossible to set graffiti with spaces #51

pepawel opened this issue Sep 18, 2021 · 0 comments

Comments

@pepawel
Copy link

pepawel commented Sep 18, 2021

If Vitalik went back in time and used Stereum to create the first block, then instead of "Mr F was here" the graffiti would be "Mr" ;-)

This is caused by bash. My bash skills are limited, so I failed at fixing this issue.

The problem appears to be located here:

  ansible-playbook \
    -e e2dc_graffiti_updated="$choice_graffiti" \
    -v \
    "${e2a_install_path}/set-graffiti.yaml" \
    > /dev/null 2>&1

The fix should allow to to use spaces, single and double quotes, as well as backslashes and other special characters.
It would be nice if it works for unicode characters, so one can use famous "🐠Welcome to the New Beginning" graffiti :)

I haven't checked if the problem affects also web version of control center.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant