From b1c62e68922664fe64f66a14752427816c246374 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Fri, 29 Jul 2022 00:52:26 -0600 Subject: [PATCH] mount clear after continue --- functions/mount.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mount.sh b/functions/mount.sh index ec2d7938..210f9699 100644 --- a/functions/mount.sh +++ b/functions/mount.sh @@ -57,6 +57,7 @@ do read -rt 120 -p "Please type a number: " yesno case $yesno in 1) + clear -x break ;; 2)