use /data for filer

This commit is contained in:
Chris Lu
2018-12-27 14:28:28 -08:00
parent 3cb2333679
commit 469afddc80
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ case "$1" in
;;
'filer')
exec mkdir /data/filerdb
ARGS="-ip `hostname -i` "
if [ -n "$MASTER_PORT_9333_TCP_ADDR" ] ; then
ARGS="$ARGS -master=$MASTER_PORT_9333_TCP_ADDR:$MASTER_PORT_9333_TCP_PORT"