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

docker: fix shell condition check in entrypoint script #1089

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

alexvanin
Copy link
Contributor

Problem

When I run neo-go in docker image I see these line in logs:

sh: missing ]

Shell requires to have white space before ] symbol in condition check. Now condition is not checked and 6k-block dump is not restored.

Solution

Fix entry point script.

@roman-khimov roman-khimov added this to the v0.76.0 milestone Jun 23, 2020
@roman-khimov roman-khimov merged commit 2cddead into master-2.x Jun 23, 2020
@roman-khimov roman-khimov deleted the fix/docker-startup branch June 23, 2020 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants