Browse Source

Update edgemax.sh

pull/1226/head
Evan Swendsen 7 years ago
committed by GitHub
parent
commit
e0d630d7a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      deploy/edgemax.sh

6
deploy/edgemax.sh

@ -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

Loading…
Cancel
Save