Fix typo
[openwrt.git] / package / base-files / files / etc / init.d / network
index ef41595..5255651 100755 (executable)
@@ -20,7 +20,7 @@ start() {
 }
 
 restart() {
-       setup_switch()
+       setup_switch
        ifup -a
        /sbin/wifi up
 }
This page took 0.036352 seconds and 4 git commands to generate.