entrypoint.sh 70 B

123456
  1. #!/bin/sh
  2. set -e
  3. $ZEPPELIN_HOME/bin/zeppelin-daemon.sh start
  4. exec sh