sleep just 1 second

This commit is contained in:
TomasM
2017-11-10 04:03:34 -05:00
parent c01b2d1f87
commit 5ebb97faf5
@@ -26,7 +26,7 @@ SND=/usr/share/sounds/startup.wav
if [ -r $SND ]; then
cat $SND > /dev/null # preload
aplay $SND &
sleep 2 &
sleep 1 &
SOUNDPID=$!
fi