Explorar o código

Unmount data partition if one was given

dir %!s(int64=7) %!d(string=hai) anos
pai
achega
33c44324fb
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      scripts/install.sh

+ 3 - 0
scripts/install.sh

@@ -624,5 +624,8 @@ fi
 (( quiet )) || print Finishing up...
 cd "$ADK_TOPDIR"
 umount_fs "$R"
+if (( datafssz )); then
+    umount_fs $datapart
+fi
 rm -rf "$T"
 exit 0