Skip to content

Commit 11efb6d

Browse files
committed
Ignore permission error.
1 parent 01379d6 commit 11efb6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/teardown-environment

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash -e
22

3-
rm -fr /tmp/mt-dev-archive-temp-*
3+
rm -fr /tmp/mt-dev-archive-temp-* || \
4+
echo "Failed to remove temporary directory:" /tmp/mt-dev-archive-temp-*

0 commit comments

Comments
 (0)