mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-13] ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR become set
- Fixed wrong if statements
This commit is contained in:
parent
649075590a
commit
f998c4e448
2 changed files with 0 additions and 10 deletions
|
|
@ -23,11 +23,6 @@
|
|||
|
||||
USAGE="Usage: zeppelin-daemon.sh [--config <conf-dir>] {start|stop|restart|reload|status}"
|
||||
|
||||
if [ $# -le 1 ]; then
|
||||
echo $USAGE
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$1" == "--config" ]
|
||||
then
|
||||
shift
|
||||
|
|
|
|||
|
|
@ -26,11 +26,6 @@ function usage() {
|
|||
exit 0
|
||||
}
|
||||
|
||||
if [ $# -le 1 ]; then
|
||||
echo $USAGE
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$1" == "--config" ]
|
||||
then
|
||||
shift
|
||||
|
|
|
|||
Loading…
Reference in a new issue