Always allow the clean-up to succeed

Signed-off-by: Derek Straka <derek@asterius.io>
This commit is contained in:
Derek Straka
2017-09-29 16:09:21 -04:00
parent 9b0dc6b3af
commit 34941a25e9

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -x
# Only attempt to unmount if the directory is already mounted
if mountpoint -q `pwd`/build; then