diff options
Diffstat (limited to 'darkice')
-rwxr-xr-x | darkice/darkice.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/darkice/darkice.SlackBuild b/darkice/darkice.SlackBuild index 43d9dd19..faa95896 100755 --- a/darkice/darkice.SlackBuild +++ b/darkice/darkice.SlackBuild @@ -10,9 +10,9 @@ if [ -s "slack-required" ]; then if [ "$INTERACT" != "no" ]; then echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER. read crap - else - echo Sleeping 3 seconds... - sleep 3 +# else +# echo Sleeping 3 seconds... +# sleep 3 fi fi |