sleep just 1 second
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user