Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License fails with "©" #77

Open
jdar opened this issue Jun 13, 2019 · 4 comments
Open

License fails with "©" #77

jdar opened this issue Jun 13, 2019 · 4 comments
Labels
Type: Bug The issue relates to broken or incorrect behaviour.

Comments

@jdar
Copy link

jdar commented Jun 13, 2019

Vanilla install
/home/bridgechain/ark-deployer/app/args.sh: line 239: export: `©': not a valid identifier

  • Version used: latest, 6/12/19
  • Environment name and version (e.g. node.js v10.15.3):
    bridgechain@lasvegas-nv-datacenter:~$ node -v
    v11.15.0
  • Operating System and version: Ubuntu 18
@ghost
Copy link

ghost commented Jun 13, 2019

Thanks for opening this issue! A maintainer will review this in the next few days and explicitly select labels so you know what's going on.

If no reviewer appears after a week, a reminder will be sent out.

@jdar
Copy link
Author

jdar commented Jun 15, 2019

I have a working VM now (by using fresh VM), but for posterity, I had problems attempting to correct the initial config containing the "©" in /home/bridgechain/.deployer

I would have expected this to work:

  1. correct the config (take out "©" )
  2. run setup-deployer.sh again

Is there any existing documentation on how to correct a failing or incorrect config?

@stale
Copy link

stale bot commented Jul 22, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale The pull request is in need of updates but there has not been a sufficient response. label Jul 22, 2019
@mudlee
Copy link

mudlee commented Jul 29, 2019

Also fails if license contains a comma.
JSON

...
"licenseName": "2019 x y z, PA",
...

Error

$ ./bridgechain.sh start-core --network testnet
==> Stopping...
/home/xy/.config/deployer/.env
/home/xy/ark-deployer/app/args.sh: line 240: export: `z,': not a valid identifier

When I removed the comma, it started, but automatically repleced the LICENSE_NAME in the env file to 2019

@stale stale bot removed the Status: Stale The pull request is in need of updates but there has not been a sufficient response. label Jul 29, 2019
@faustbrian faustbrian added the Type: Bug The issue relates to broken or incorrect behaviour. label Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue relates to broken or incorrect behaviour.
Projects
None yet
Development

No branches or pull requests

3 participants