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 \