mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 18:15:51 +00:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
mkdir -p /cfs/bin /cfs/log
|
|
|
|
echo "start objectnode"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/objectnode.json
|
|
|