Skip to content

Commit b2ca112

Browse files
authored
Echo "DATABASE IS READY TO USE!" when ready
This message is the same as what Oracle's image displays, allowing other programs that look for this message to find it making this image compatible with Oracle's.
1 parent 68034e2 commit b2ca112

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/startup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ for f in /docker-entrypoint-initdb.d/*; do
3838
esac
3939
echo
4040
done
41+
42+
echo "#########################"
43+
echo "DATABASE IS READY TO USE!"
44+
echo "#########################"

0 commit comments

Comments
 (0)