diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-10 18:24:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-10 18:24:18 +0000 |
commit | 8c7ad9624c2bcaf573bed1bbf27d1ef38736679a (patch) | |
tree | 25a9f282b9078f42dbe3df37b88682c126e19e2c /libs/lucid/root/etc/init.d | |
parent | 408cb9371220052d711a741f2836a346472d5840 (diff) |
Revert r4822, problem is caused by sth. else
Diffstat (limited to 'libs/lucid/root/etc/init.d')
-rwxr-xr-x | libs/lucid/root/etc/init.d/lucid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/lucid/root/etc/init.d/lucid b/libs/lucid/root/etc/init.d/lucid index c5f992e247..1b2b04ed4e 100755 --- a/libs/lucid/root/etc/init.d/lucid +++ b/libs/lucid/root/etc/init.d/lucid @@ -9,7 +9,7 @@ set -e start() { echo -n "Starting $DESC: $NAME" - lua -lluci.lucid -e 'luci.lucid.start()' & + lua -lluci.lucid -e 'luci.lucid.start()' echo "." } |