aboutsummaryrefslogtreecommitdiffstats
path: root/wire-desktop/mount-wire
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-03-20 18:38:16 +0100
committerMattias Andrée <m@maandree.se>2026-03-20 18:38:16 +0100
commitfe2dcc8574bb7dff9d228cd749e831539ea7425b (patch)
tree0c99872c2815bc3a25af9b6c266cea64c2e375c7 /wire-desktop/mount-wire
parentUse gasroot instead of asroot when not in foreground (diff)
downloaddotfiles-fe2dcc8574bb7dff9d228cd749e831539ea7425b.tar.gz
dotfiles-fe2dcc8574bb7dff9d228cd749e831539ea7425b.tar.bz2
dotfiles-fe2dcc8574bb7dff9d228cd749e831539ea7425b.tar.xz
Fix signal-desktop not startingHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rwxr-xr-xwire-desktop/mount-wire2
1 files changed, 1 insertions, 1 deletions
diff --git a/wire-desktop/mount-wire b/wire-desktop/mount-wire
index 776792c..60891f7 100755
--- a/wire-desktop/mount-wire
+++ b/wire-desktop/mount-wire
@@ -1,7 +1,7 @@
#!/bin/dash
if mountpoint -q -- "${HOME}/.var/opt/wire/WireCrypt.d"; then
- printf '%s\n' 'mount-wire: already mounted' >&2
+ printf '%s\n' 'mount-wire: already mounted' >&2 || :
elif test -e /dev/mapper/WireCrypt; then
asroot=asroot
if ! isfg; then