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
3 additions and
3 deletions
-
deploy/edgemax.sh
|
@ -51,10 +51,10 @@ edgemax_deploy() { |
|
|
|
|
|
|
|
|
# Obtain session environment |
|
|
# Obtain session environment |
|
|
session_env=$(cli-shell-api getSessionEnv $PPID) |
|
|
session_env=$(cli-shell-api getSessionEnv $PPID) |
|
|
|
|
|
eval $session_env |
|
|
|
|
|
|
|
|
# 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 |
|
|