deployer icon indicating copy to clipboard operation
deployer copied to clipboard

License fails with "©"

Open jdar opened this issue 5 years ago • 4 comments

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

jdar avatar Jun 13 '19 06:06 jdar

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.

ghost avatar Jun 13 '19 06:06 ghost

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?

jdar avatar Jun 15 '19 21:06 jdar

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[bot] avatar Jul 22 '19 14:07 stale[bot]

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

mudlee avatar Jul 29 '19 05:07 mudlee