We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908f6a7 commit d40258fCopy full SHA for d40258f
1 file changed
tecff-remove-node-from-hopglass-data
@@ -7,7 +7,8 @@ if [ "$#" -ne 1 ]; then
7
exit
8
fi
9
10
-NODEID="$1"
+NODEID="${1//:}"
11
+
12
RAW="/var/lib/hopglass-server/raw.json"
13
14
systemctl stop hopglass-server@default.service
0 commit comments