Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 05e1826

Browse files
committed
Check for /firebird/etc/firebird.conf when checking for fresh install instead of just /firebird/etc
1 parent bcdd9ef commit 05e1826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ firebirdSetup() {
7373
mkdir -p "${VOLUME}/system"
7474
mkdir -p "${VOLUME}/log"
7575
mkdir -p "${VOLUME}/data"
76-
if [[ ! -e "${VOLUME}/etc/" ]]; then
76+
if [[ ! -e "${VOLUME}/etc/firebird.conf" ]]; then
7777
cp -R "${PREFIX}/skel/etc" "${VOLUME}/"
7878
file_env 'EnableLegacyClientAuth'
7979
file_env 'EnableWireCrypt'

0 commit comments

Comments
 (0)