forked from p15670423/monkey
Double quote to prevent globbing. Not worriessome but why not
This commit is contained in:
parent
98018251ac
commit
6c90184010
|
@ -53,7 +53,6 @@ mkdir -p "${MONGODB_DIR}"/db
|
|||
cp "${TEMP_MONGO}"/mongodb-*/bin/mongod "${MONGODB_DIR}"/bin/mongod
|
||||
cp "${TEMP_MONGO}"/mongodb-*/LICENSE-Community.txt "${MONGODB_DIR}"/
|
||||
chmod a+x "${MONGODB_DIR}"/bin/mongod
|
||||
# shellcheck disable=SC2086
|
||||
rm -r ${TEMP_MONGO}
|
||||
rm -r "${TEMP_MONGO}"
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue