sleep just 1 second
parent
c01b2d1f87
commit
5ebb97faf5
|
|
@ -26,7 +26,7 @@ SND=/usr/share/sounds/startup.wav
|
||||||
if [ -r $SND ]; then
|
if [ -r $SND ]; then
|
||||||
cat $SND > /dev/null # preload
|
cat $SND > /dev/null # preload
|
||||||
aplay $SND &
|
aplay $SND &
|
||||||
sleep 2 &
|
sleep 1 &
|
||||||
SOUNDPID=$!
|
SOUNDPID=$!
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue