We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04918c0 commit 0be0036Copy full SHA for 0be0036
packages/ns-phonehome/files/send-phonehome
@@ -25,7 +25,7 @@ curl -m 180 --retry 3 -L -s \
25
26
# Temporary send data to new endpoint
27
# To be removed when the migration to new my.nethesis.it will be completed
28
-if [ "$TYPE" == "enterprise" ]; then
+if [ "$TYPE" = "enterprise" ]; then
29
SYSTEM_ID=$(uci -q get ns-plug.config.system_id)
30
SYSTEM_SECRET=$(uci -q get ns-plug.config.secret)
31
/usr/bin/curl -m 180 --retry 3 -L -s --user "$SYSTEM_ID:$SYSTEM_SECRET" \
0 commit comments