mkdir output if it doesn't exist

This commit is contained in:
Gwenhael Le Moine 2014-02-28 12:25:59 +01:00
parent 0d6ea828ee
commit f06700de1b

View file

@ -239,6 +239,7 @@ fi
echo "--------------------------------------------------------------------------------"
echo "Creating SD Image"
echo "--------------------------------------------------------------------------------"
mkdir -p $DEST/output
cd $DEST/output
echo "create image and mount image to next free loop device"