From 85372bcb063bd378b93d912cd3dfd001881d6e6c Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 23 Oct 2018 07:48:01 -0700 Subject: [PATCH] Umount the temp mount. --- windows_archive/setup-teslausb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows_archive/setup-teslausb b/windows_archive/setup-teslausb index 52dd5cc..c50b31b 100644 --- a/windows_archive/setup-teslausb +++ b/windows_archive/setup-teslausb @@ -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" exit 1 fi + + umount "$test_mount_location" } function check_available_space () {