Skip to content

Commit 2dcff29

Browse files
committed
set mysql as default dba if type is not set
1 parent 019c501 commit 2dcff29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ for path in ${paths[@]}; do
99
exit 1
1010
fi
1111
done
12+
if [[ -z "${HASHTOPOLIS_DB_TYPE+x}" ]]; then
13+
HASHTOPOLIS_DB_TYPE="mysql"
14+
fi
1215

1316
echo "Testing database..."
1417
if [[ "$HASHTOPOLIS_DB_TYPE" == "mysql" ]]; then

0 commit comments

Comments
 (0)