mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Umount the temp mount.
This commit is contained in:
@@ -88,6 +88,8 @@ function check_archive_mountable () {
|
|||||||
echo "STOP: The archive couldn't be mounted with CIFS version ${cifs_version}. Try specifying a lower number for the CIFS version like this: export cifs_version=2"
|
echo "STOP: The archive couldn't be mounted with CIFS version ${cifs_version}. Try specifying a lower number for the CIFS version like this: export cifs_version=2"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
umount "$test_mount_location"
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_available_space () {
|
function check_available_space () {
|
||||||
|
|||||||
Reference in New Issue
Block a user