From 0fab7358ef38ce4df9137e333a0fe84c49849588 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 5 Feb 2017 21:05:57 +0100 Subject: [PATCH] Update make_mksquashfs.sh --- make_mksquashfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mksquashfs.sh b/make_mksquashfs.sh index 1e6838c..bb53a6b 100644 --- a/make_mksquashfs.sh +++ b/make_mksquashfs.sh @@ -38,7 +38,7 @@ echo " APPEND /arch/boot/syslinux/" >> work/iso/isolinux/isolinux.cfg read -p "Soll das Image jetzt gemacht werden? [Y/n] " image -if [ "$root" != "n" ] +if [ "$image" != "n" ] then mkdir out xorriso -as mkisofs \