diff options
Diffstat (limited to 'system/kc')
-rw-r--r-- | system/kc/kc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/kc/kc.SlackBuild b/system/kc/kc.SlackBuild index 5aa69f5aed708..d62986be8eed2 100644 --- a/system/kc/kc.SlackBuild +++ b/system/kc/kc.SlackBuild @@ -67,7 +67,8 @@ set -e printf "\n\n" echo "Please read /usr/doc/$PRGNAM-$VERSION/Changelog.md after installation to see why you might not be able to open your database anymore." -echo 'Press enter to continue...';read +echo 'Press Ctrl-C within ten seconds to abort, or press enter to continue...' +read -t 10 || true printf "\n\n" rm -rf $PKG |