Remove mountpoint after syncing music

This commit is contained in:
2024-07-04 10:47:15 +01:00
parent 83df28714b
commit 33057b3fbc

View File

@ -12,3 +12,4 @@ rsync --archive --delete "$source" "$destination"
sync
fusermount -u "$mountpoint"
rmdir "$mountpoint"