Always allow the clean-up to succeed

Signed-off-by: Derek Straka <derek@asterius.io>
(cherry picked from commit 34941a25e9)
This commit is contained in:
Derek Straka
2017-09-29 16:09:21 -04:00
committed by Doug Goldstein
parent 980f6e2baf
commit 4c764c3447

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