Просмотр исходного кода

added some error handling to database_functions.sh

joel
Simon Bowie 3 лет назад
Родитель
Сommit
31b35bfa03
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      database_functions.sh

+ 6
- 0
database_functions.sh Просмотреть файл

EXPORT_CSV_DIRECTORY="./db_exports" EXPORT_CSV_DIRECTORY="./db_exports"
CSV_FILENAME=$2`date +"%Y%m%d"` CSV_FILENAME=$2`date +"%Y%m%d"`


# error message for no flags
if (( $# == 0 )); then
Help
exit 1
fi

# Get the options # Get the options
while getopts ":hleicv" flag; do while getopts ":hleicv" flag; do
case $flag in case $flag in

Загрузка…
Отмена
Сохранить