madwifi: in-flash macs for mach-eap7660d
[openwrt.git] / package / base-files / files / etc / rc.common
index 2b7bf5a..072f143 100755 (executable)
@@ -74,5 +74,5 @@ EOF
 
 ALL_COMMANDS="start stop reload restart boot shutdown enable disable enabled depends ${EXTRA_COMMANDS}"
 list_contains ALL_COMMANDS "$action" || action=help
-[ "$action" == reload ] && action='eval reload "$@" || restart "$@" && :'
+[ "$action" = "reload" ] && action='eval reload "$@" || restart "$@" && :'
 $action "$@"
This page took 0.022806 seconds and 4 git commands to generate.