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

Examples / Fabric Script clean.sh Syntax Error #26

Closed
petermetz opened this issue Nov 5, 2019 · 1 comment
Closed

Examples / Fabric Script clean.sh Syntax Error #26

petermetz opened this issue Nov 5, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@petermetz
Copy link
Member

When trying to re-initialize the artifacts, the clean script fails.

Environment

$ printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Linux 4.15.0-66-generic x86_64
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Logs

$ cd examples/simple-asset-transfer
$ ./fabric/scripts/clean.sh 
./fabric/scripts/clean.sh: line 1: syntax error near unexpected token `)'
./fabric/scripts/clean.sh: line 1: `docker rm -f $(docker ps -a | awk '{ print $1,$2 }' | grep "dev\|none\|test-vp\|peer[0-9]-" | awk '{print $1 }'))'
@petermetz petermetz added the bug Something isn't working label Nov 5, 2019
@petermetz petermetz added this to the v0.2.0 milestone Nov 5, 2019
@petermetz petermetz self-assigned this Nov 5, 2019
@petermetz petermetz removed this from the v0.2.0 milestone Nov 6, 2019
@petermetz
Copy link
Member Author

Fixed by #123

ryjones pushed a commit that referenced this issue Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant