This commit is contained in:
728
2022-12-13 15:24:19 +08:00
parent f39e6fcf09
commit b715bd7b1e

View File

@@ -6,7 +6,7 @@ mkdir release
cp -r cli release
cp -r ui release
cp -r ssl release
cp jwk.json mongod.service mongod.yaml nginx.conf release
cp jwk.json tc.json mongod.service mongod.yaml nginx.conf release
if [ "$1" = "dbimport" ]; then
echo "cp -r dbimport release"