aboutsummaryrefslogtreecommitdiffstats
path: root/wire-desktop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xwire-desktop/umount-wire2
1 files changed, 1 insertions, 1 deletions
diff --git a/wire-desktop/umount-wire b/wire-desktop/umount-wire
index 0301326..796ea05 100755
--- a/wire-desktop/umount-wire
+++ b/wire-desktop/umount-wire
@@ -12,6 +12,6 @@ asroot env \
cryptsetup close WireCrypt
fi
if test -n "${WIRE_DEV}"; then
- losetup -d -- "${WIRE_DEV}"
+ losetup -d "${WIRE_DEV}"
fi
'