diff options
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then for FILE in /usr/local/etc/rc.d/*.sh; do echo -n " Starting ${FILE}..." - sh $FILE start >>/tmp/bootup_messages 2>&1 + sh $FILE start >>/tmp/bootup_messages 2>&1 & echo "done." done fi |