fixed sleep location in alsa bootscript

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1630 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2003-12-12 22:03:17 +00:00
parent 4b6973d3c2
commit 9f78330fb5

View File

@ -52,7 +52,7 @@ case "$1" in
restart)
$0 stop
/usr/bin/sleep 1
/bin/sleep 1
$0 start
;;