diff options
Diffstat (limited to 'wire-desktop')
| -rwxr-xr-x | wire-desktop/umount-wire | 2 | 
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  	' | 
