From 5053193a5de8733658fd5eb2d2bb45d1a34abd46 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 28 Nov 2014 18:08:32 +0100 Subject: [PATCH] Correct some vars --- makeiso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makeiso.sh b/makeiso.sh index 8fd86eb4..eace4fbc 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -28,9 +28,9 @@ apt-get install mkisofs isolinux -y # Let's get Ubuntu 14.04.1 as .iso fuECHO "### Downloading Ubuntu 14.04.1." -if [ ! -f $myUBUNTUFILE ] +if [ ! -f $myUBUNTUISO ] then wget $myUBUNTULINK; - else fuECHO "### Found it locally." + else fuECHO "### Found it locally."; fi # Let's loop mount it and copy all contents