JB_Walton
19-12-2005, 22:10
Hi,
I want to start kaid via my post-boot script.
The kaid files are on my usb-drive (/tmp/harddisk)
I changed my post-boot (/usr/local/sbin/post-boot) to the following:
#!/bin/sh
dropbear
cd /tmp/harddisk
./kaid -d -c ./kaid.conf
After flashfs save/commit/enable I rebooted the router.
After that i started puttty:
ps -a shows dropbear running, but kaid isn't.
What am i doing wrong?
Gr.
JB
I want to start kaid via my post-boot script.
The kaid files are on my usb-drive (/tmp/harddisk)
I changed my post-boot (/usr/local/sbin/post-boot) to the following:
#!/bin/sh
dropbear
cd /tmp/harddisk
./kaid -d -c ./kaid.conf
After flashfs save/commit/enable I rebooted the router.
After that i started puttty:
ps -a shows dropbear running, but kaid isn't.
What am i doing wrong?
Gr.
JB