Bugfix: Call unmount() not mount()

This commit is contained in:
2Shirt 2019-04-18 19:25:13 -07:00
parent 21a587ee0f
commit e07c019fb2
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -95,7 +95,7 @@ if __name__ == '__main__':
# Unmount UFD
try_and_print(
message='Unmounting UFD...',
function=mount,
function=unmount,
mount_point='/mnt/UFD',
)