scripts: fix wrong usage of '==' operator
[15.05/openwrt.git] / target / linux / ramips / base-files / etc / hotplug.d / usb / 10-motion
index 557698b..e96acc8 100644 (file)
@@ -1 +1 @@
-[ "$ACTION" == "motion" ] && logger webcam motion event
+[ "$ACTION" = "motion" ] && logger webcam motion event