sh.zio.backup: remove message when mountpoint is ready
This commit is contained in:
parent
8d53ba1319
commit
98696ee69a
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ elif [[ "$1" == "toggle-mount" ]]; then
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
if [[ $(test_restic_mount) == 0 ]]; then
|
if [[ $(test_restic_mount) == 0 ]]; then
|
||||||
say "Mountpoint ready at '$restic_mount_path'"
|
exit 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue