mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-02 12:32:48 +00:00
Update edgemax.sh
This commit is contained in:
parent
0999d100f8
commit
e0d630d7a9
@ -51,11 +51,11 @@ 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
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user