diff options
Diffstat (limited to 'cryptsetup/cryptsetup.SlackBuild')
-rwxr-xr-x | cryptsetup/cryptsetup.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cryptsetup/cryptsetup.SlackBuild b/cryptsetup/cryptsetup.SlackBuild index 70fec877..3fd57c14 100755 --- a/cryptsetup/cryptsetup.SlackBuild +++ b/cryptsetup/cryptsetup.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 |