Browse Source

Update edgemax.sh

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

3
deploy/edgemax.sh

@ -54,7 +54,8 @@ edgemax_deploy() {
# Setup the session
cli-shell-api setupSession
eval $session_env
# Verify Session Started
cli-shell-api inSession
if [ $? -ne 0 ]; then

Loading…
Cancel
Save