diff --git a/demo.sh b/demo.sh index 499c05f..4493ab8 100755 --- a/demo.sh +++ b/demo.sh @@ -92,12 +92,14 @@ function cleanUp { function talkingPoint() { wait - if [ "$noClear" != "Y" ]; then + if [ "$noClear" == "Y" ]; then echo "" echo "--------------------------------------------------------------------------------------------" echo "********************************************************************************************" echo "--------------------------------------------------------------------------------------------" echo "" + else + clear fi }