sh.zio.backup: remove message when mountpoint is ready
parent
8d53ba1319
commit
98696ee69a
|
@ -326,7 +326,7 @@ elif [[ "$1" == "toggle-mount" ]]; then
|
|||
|
||||
while true; do
|
||||
if [[ $(test_restic_mount) == 0 ]]; then
|
||||
say "Mountpoint ready at '$restic_mount_path'"
|
||||
exit 0
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue