Remove mountpoint after syncing music
This commit is contained in:
@ -12,3 +12,4 @@ rsync --archive --delete "$source" "$destination"
|
|||||||
|
|
||||||
sync
|
sync
|
||||||
fusermount -u "$mountpoint"
|
fusermount -u "$mountpoint"
|
||||||
|
rmdir "$mountpoint"
|
||||||
|
Reference in New Issue
Block a user