Skip to content

Commit fe79a18

Browse files
Update entrypoint.sh
Add missing startNoVNC
1 parent 039c258 commit fe79a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ startNoVNC () {
5050

5151
case "$1" in
5252
'')
53+
startNoVNC
5354
#Check for mounted database files
5455
if [ "$(ls -A /u01/app/oracle/oradata)" ]; then
5556
echo "found files in /u01/app/oracle/oradata Using them instead of initial database"

0 commit comments

Comments
 (0)