Deactivated mounting

This commit is contained in:
Kevin Veen-Birkenbach 2020-06-11 10:02:57 +02:00
parent 913f7361c9
commit a53ae1e762

View File

@ -6,7 +6,7 @@ source "$(dirname "$(readlink -f "${0}")")/base.sh" || (echo "Loading base.sh fa
destructor(){
info "Unmount everything" &&
umount "$root_mount_path"/{dev/pts,dev,sys,proc,boot,} $boot_mount_path||
umount "$root_mount_path"{dev/pts,dev,sys,proc,boot,} $boot_mount_path||
warning "Failed."
}