fix error in sql-import search path

This commit is contained in:
Asif Bacchus 2020-11-27 02:49:04 -07:00
parent a3d71e3a0a
commit 80325b6549
2 changed files with 2 additions and 18 deletions

View File

@ -1,19 +1,3 @@
{
"bookmarks": [
{
"fsPath": "$ROOTPATH$/entrypoint.sh",
"bookmarks": [
-1,
-1,
79,
-1,
-1,
-1,
-1,
-1,
-1,
-1
]
}
]
"bookmarks": []
}

View File

@ -77,7 +77,7 @@ else
fi
# process supplied SQL files in /docker-entrypoint-initdb.d/*.(sql|sql.gz)
for f in /docker-entrypoint-initdb.d/*.sh; do
for f in /docker-entrypoint-initdb.d/*; do
case "$f" in
*.sql)
if [ -s "$f" ]; then