Skip to content

Commit d40258f

Browse files
committed
tecff-remove-node-from-hopglass-data: allow macs, not only nodeids
1 parent 908f6a7 commit d40258f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tecff-remove-node-from-hopglass-data

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ if [ "$#" -ne 1 ]; then
77
exit
88
fi
99

10-
NODEID="$1"
10+
NODEID="${1//:}"
11+
1112
RAW="/var/lib/hopglass-server/raw.json"
1213

1314
systemctl stop hopglass-server@default.service

0 commit comments

Comments
 (0)