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