Skip to content

Commit

Permalink
minor fix for file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Aug 10, 2017
1 parent 3dde638 commit 9a8d407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menubox.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ver="5.71"
ver="5.72"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
Expand Down Expand Up @@ -451,7 +451,7 @@ function do_main_menu ()
g\ *) clear
do_upgrade ;;
h\ *) do_about ;;
q\ *) rm -r filename_conf filename_temp
q\ *) rm -f filename_conf filename_temp
exit 0 ;;
*) whiptail --msgbox "Programmer error: unrecognized option" 20 60 1 ;;
esac || whiptail --msgbox "There was an error running menu item $SELECTION" 20 60 1
Expand Down

0 comments on commit 9a8d407

Please sign in to comment.