Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from Sophox/fixiter
Browse files Browse the repository at this point in the history
Do not fail if there are no matching sql files in dir
  • Loading branch information
MartinMikita authored Mar 22, 2019
2 parents 7241e38 + 59ab67c commit 8200c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions import_sql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -o errexit
set -o pipefail
set -o nounset
shopt -s nullglob

function exec_psql_file() {
local file_name="$1"
Expand Down

0 comments on commit 8200c5c

Please sign in to comment.