mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
6 lines
136 B
Bash
Executable File
6 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p /cfs/log /cfs/data/wal /cfs/data/store /cfs/bin
|
|
echo "start master"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/master.json
|
|
|