Evan Swendsen
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
deploy/edgemax.sh
|
@ -54,7 +54,8 @@ edgemax_deploy() { |
|
|
|
|
|
|
|
|
# Setup the session |
|
|
# Setup the session |
|
|
cli-shell-api setupSession |
|
|
cli-shell-api setupSession |
|
|
|
|
|
|
|
|
|
|
|
eval $session_env |
|
|
|
|
|
|
|
|
# Verify Session Started |
|
|
# Verify Session Started |
|
|
cli-shell-api inSession |
|
|
cli-shell-api inSession |
|
|
if [ $? -ne 0 ]; then |
|
|
if [ $? -ne 0 ]; then |
|
|