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

Packing with no /robot/skill and running with no .mpk file #4

Closed
wants to merge 2 commits into from
Closed

Packing with no /robot/skill and running with no .mpk file #4

wants to merge 2 commits into from

Conversation

Shadas
Copy link
Contributor

@Shadas Shadas commented Mar 31, 2017

No description provided.

@@ -139,6 +139,21 @@ echo_progress() {
echo -e "$(printf "${status} %.0f" $(echo -e "${progress} * 100" | bc -l))%"
}

check_auth() {
wsta -I ${WSS} 2>stdout | while read -r line; do
Copy link
Contributor

Choose a reason for hiding this comment

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

I would prefer not to create a temp file here.

@@ -139,6 +139,21 @@ echo_progress() {
echo -e "$(printf "${status} %.0f" $(echo -e "${progress} * 100" | bc -l))%"
}

check_auth() {
Copy link
Contributor

Choose a reason for hiding this comment

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

This function seems not only check_auth, I think we should think of a better name.

@kilnyy kilnyy closed this Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants