mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-22 04:59:34 +01:00
10 lines
125 B
Bash
Executable File
10 lines
125 B
Bash
Executable File
cd src
|
|
|
|
if [ -d /data/thrift ]; then
|
|
rm -rf /data/thrift
|
|
fi
|
|
|
|
if [ -d /data/charybdefs ]; then
|
|
rm -rf /data/charybdefs
|
|
fi
|