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