Export blockdevice for subscripts

This commit is contained in:
maride 2017-07-31 00:02:49 +02:00
parent 696cb9f9fc
commit f0db668232

View File

@ -22,6 +22,7 @@ echo " Hint: here's a list of devices that may be the right:"
ls /dev/sd* /dev/mmc* 2>/dev/null
echo -n "Install to: "
read blockdevice
export blockdevice
for check in checks/*.check
do