mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
#!/bin/sh
|
|
mkdir -p /cfs/bin /cfs/log
|
|
echo "start lcnode"
|
|
/cfs/bin/cfs-server -f -c /cfs/conf/lcnode.json
|