Ver código fonte

more error handling in database_functions.sh

joel
Simon Bowie 2 anos atrás
pai
commit
89e31e5998
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      database_functions.sh

+ 1
- 1
database_functions.sh Ver arquivo

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

Carregando…
Cancelar
Salvar