From bc4ea512ee5dbc2ccf999c8e5113d01f4f81081b Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 6 Jan 2018 23:23:17 -0600 Subject: Make sure user knows that the warning about -current only shows once --- files/core-functions.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/core-functions.sh b/files/core-functions.sh index f71259d..667667c 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -276,6 +276,11 @@ To confirm your choice, press Y, else press N. Then, press Enter: " read current if [ "$current" = "Y" ] || [ "$current" = "y" ]; then touch ${ROOT}/${WORKDIR}/current + echo -n " +Slackpkg will not show this warning again unless you remove the +${WORKDIR}/current file. +" + sleep 1 else cleanup fi -- cgit v1.2.3