Skip to content

Commit 4cb0391

Browse files
authored
Merge pull request wnameless#117 from morozov/patch-1
Eliminate misleading initialization message
2 parents 58f8df0 + b4cf382 commit 4cb0391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/startup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if [ "$ORACLE_DISABLE_ASYNCH_IO" = true ]; then
3030
fi
3131

3232
for f in /docker-entrypoint-initdb.d/*; do
33+
[ -f "$f" ] || continue
3334
case "$f" in
3435
*.sh) echo "$0: running $f"; . "$f" ;;
3536
*.sql) echo "$0: running $f"; echo "exit" | /u01/app/oracle/product/11.2.0/xe/bin/sqlplus "SYS/oracle" AS SYSDBA @"$f"; echo ;;

0 commit comments

Comments
 (0)