Remove clear to see why not updating

This commit is contained in:
Sam Heinz
2024-07-02 18:57:36 +10:00
parent cf5b8ea2d9
commit f0478feb12

View File

@@ -145,7 +145,6 @@ echo_default() {
# This function is called when the user decides to exit the script. It clears the screen and displays an exit message.
exit-script() {
clear
echo -e "⚠ User exited script \n"
exit
}