Remove exit

This commit is contained in:
Bob Mottram 2015-01-18 16:07:08 +00:00
parent 9deb341e9b
commit 7ef9f6651f
1 changed files with 0 additions and 2 deletions

View File

@ -952,8 +952,6 @@ function interactive_configuration {
case $sel in case $sel in
0) interactive_configuration_remote_backups;; 0) interactive_configuration_remote_backups;;
esac esac
exit 0
} }
if [[ $1 == "menuconfig" ]]; then if [[ $1 == "menuconfig" ]]; then