There was an error while loading. Please reload this page.
1 parent d86b220 commit 5b2d657Copy full SHA for 5b2d657
entrypoint.sh
@@ -62,6 +62,6 @@ case "$1" in
62
63
*)
64
echo "Database is not configured. Please run /etc/init.d/oracle-xe configure if needed."
65
-$1
+exec "$@"
66
;;
67
esac
0 commit comments