Update edgemax.sh

pull/1226/head
Evan Swendsen 2018-01-26 12:17:58 -07:00 committed by GitHub
parent b5d168f2f8
commit 0999d100f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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