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