[ZEPPELIN-13] ZEPPELIN_CONF_DIR cannot be reached until ZEPPELIN_CONF_DIR become set

- Fixed wrong if statements
This commit is contained in:
Jongyoul Lee 2015-04-01 11:12:59 +09:00
parent 649075590a
commit f998c4e448
2 changed files with 0 additions and 10 deletions

View file

@ -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

View file

@ -26,11 +26,6 @@ function usage() {
exit 0
}
if [ $# -le 1 ]; then
echo $USAGE
exit 1
fi
if [ "$1" == "--config" ]
then
shift