chore(develop): fix minio cleanup
This commit is contained in:
parent
d71aa7d2de
commit
4ff3e6cee5
@ -118,8 +118,8 @@ let
|
||||
|
||||
cleanup_minio() {
|
||||
[[ -n "$minio_pid" ]] && kill $minio_pid
|
||||
[[ -n "$minio_dir" ]] && rm -rvf ''${minio_dir}
|
||||
[[ -n "MINIO_LOGFILE" ]] && rm -rvf ''${MINIO_LOGFILE}
|
||||
[[ -n "''${MINIO_DIR}" ]] && rm -rvf ''${MINIO_DIR}
|
||||
[[ -n "''${MINIO_LOGFILE}" ]] && rm -rvf ''${MINIO_LOGFILE}
|
||||
}
|
||||
|
||||
MINIO_DIR=$(mktemp -d)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user