Merge "Actually generate pip freeze outputs"
diff --git a/functions b/functions
index eabe249..3fcc38d 100644
--- a/functions
+++ b/functions
@@ -717,7 +717,7 @@
     # Create a loopback disk and format it to XFS.
     if [[ -e ${disk_image} ]]; then
         if egrep -q ${storage_data_dir} /proc/mounts; then
-            sudo umount ${storage_data_dir}/drives/sdb1
+            sudo umount ${storage_data_dir}
             sudo rm -f ${disk_image}
         fi
     fi