Browse Source

more error handling in database_functions.sh

joel
Simon Bowie 2 years ago
parent
commit
89e31e5998
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      database_functions.sh

+ 1
- 1
database_functions.sh View File

@@ -106,7 +106,7 @@ while getopts ":hleicv" flag; do
CSV_table_import
exit;;
\?) # Invalid option
echo "Error: Invalid option"
Help
exit;;
esac
done

Loading…
Cancel
Save