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

Remove hard dependency to jnr-fuse and changing version #8

Merged
merged 3 commits into from
Jan 30, 2020

Conversation

anandmohan777
Copy link
Collaborator

No description provided.

fuseclient.sh Outdated
PATH_TO_JAR=target/ega-fuse-1.0-SNAPSHOT.jar
PROCESSCNT=$(ps x |grep -v grep |grep -c "ega-fuse-1.0-SNAPSHOT.jar")
PID=$(ps aux | grep "ega-fuse-1.0-SNAPSHOT.jar" | grep -v grep | awk '{print $2}')
PATH_TO_JAR=target/ega-fuse-0.1.0.jar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have the variable there but then you ignore it in the rest of the script, if you use that variable you won't need to change version number on so many places every time we change the version.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@jorizci
Copy link
Contributor

jorizci commented Jan 29, 2020

Also, change documentation to refect the version of the jar.

.gitignore Show resolved Hide resolved
@anandmohan777 anandmohan777 merged commit 6b4568e into master Jan 30, 2020
@anandmohan777 anandmohan777 deleted the EE-1052 branch January 30, 2020 10:08
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