This website works better with JavaScript.
Home
Help
Sign In
hms
/
nebula-tools
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
modified echo for group array
master
HMSheets
3 years ago
parent
1169e13297
commit
273bbe346c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
update-NebulaNodeCert
+ 1
- 1
update-NebulaNodeCert
View File
@@ -39,4 +39,4 @@ NODEGROUPS=($(${NEBULACERTBINPATH} print -path ${CERTPATH} -json | jq -s --compa
echo "Node Name: ${NODENAME}"
echo "Node IPs: ${NODEIPS}"
echo "Node Groups: ${NODEGROUPS}"
echo "Node Groups: ${NODEGROUPS
[@]
}"
Write
Preview
Loading…
Cancel
Save