HBASE-10748 hbase-daemon.sh fails to execute with 'sh' command
This commit is contained in:
parent
46eada6e02
commit
5d4bc3ea1c
|
@ -172,7 +172,7 @@ if [ "$HBASE_NICENESS" = "" ]; then
|
|||
export HBASE_NICENESS=0
|
||||
fi
|
||||
|
||||
thiscmd=$0
|
||||
thiscmd="$bin/$(basename ${BASH_SOURCE-$0})"
|
||||
args=$@
|
||||
|
||||
case $startStop in
|
||||
|
|
Loading…
Reference in New Issue