Update edgemax.sh

This commit is contained in:
Evan Swendsen 2018-01-26 12:21:05 -07:00 committed by GitHub
parent 0999d100f8
commit e0d630d7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,11 +51,11 @@ edgemax_deploy() {
# Obtain session environment
session_env=$(cli-shell-api getSessionEnv $PPID)
eval $session_env
# Setup the session
cli-shell-api setupSession
eval $session_env
# Verify Session Started
cli-shell-api inSession
if [ $? -ne 0 ]; then