summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x10-chrony2
1 files changed, 1 insertions, 1 deletions
diff --git a/10-chrony b/10-chrony
index 8931ac161824..b2ed0e5ffc6f 100755
--- a/10-chrony
+++ b/10-chrony
@@ -14,7 +14,7 @@ chrony_cmd() {
}
nm_connected() {
- [ "$(nmcli -t --fields STATE g)" == "connected" ];
+ [ "$(nmcli -t --fields STATE g)" = "connected" ];
}
case "$STATUS" in