This commit is contained in:
Igor Pečovnik 2018-10-15 10:53:03 +02:00 committed by GitHub
parent 4b7442b450
commit 13abce6d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,7 +310,7 @@ create_armbian()
sync
umount ${TempDir}/rootfs
[[ $1 != "spi" ]] && unmount ${TempDir}/bootfs
[[ $1 != "spi" ]] && umount ${TempDir}/bootfs
} # create_armbian