Skip to content

Commit

Permalink
disconnect fom FxBlox
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Dec 9, 2023
1 parent e86eaee commit 12063da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/env_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
export ARCH_SUPPORT="linux/arm64"

export DOCKER_REPO="functionland"
export DEFAULT_FX_TAG="test128"
export DEFAULT_FULA_TAG="test128"
export DEFAULT_FX_TAG="test129"
export DEFAULT_FULA_TAG="test129"
export DEFAULT_NODE_TAG="test126"

#build fxsupport
Expand Down
2 changes: 1 addition & 1 deletion docker/go-fula/go-fula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ while true; do
else
echo "Node key file already exists and is up to date."
fi
sudo nmcli con down FxBlox
nmcli con down FxBlox
/app --config /internal/config.yaml
break
elif [ $wap_pid -eq 0 ]; then
Expand Down

0 comments on commit 12063da

Please sign in to comment.