* luci/statistics: fix syntax error in init script
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 10 Jun 2008 22:28:08 +0000 (22:28 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 10 Jun 2008 22:28:08 +0000 (22:28 +0000)
applications/luci-statistics/root/etc/init.d/luci_statistics

index 54faa411db6d0363710efab9f9ff67328f92b17c..55999a8f7fe64e446b643888bb631550e9f260ec 100755 (executable)
@@ -21,7 +21,7 @@ start() {
 
 restart() {
         ### regenerate config / prepare environment
-        start()
+        start
 
         ### restart collectd
         /etc/init.d/collectd restart