mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix mkdir path
This commit is contained in:
parent
c4b15a98c6
commit
f84eb801ff
|
@ -29,7 +29,7 @@ case "$1" in
|
|||
;;
|
||||
|
||||
'filer')
|
||||
exec /usr/bin/mkdir -p /data/filerdb
|
||||
exec /bin/mkdir -p /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"
|
||||
|
|
Loading…
Reference in a new issue