2
0
Fork 0

sh.zio.backup: remove message when mountpoint is ready

main
Ducky 2023-08-22 22:05:17 +01:00
parent 8d53ba1319
commit 98696ee69a
1 changed files with 1 additions and 1 deletions

View File

@ -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