diff options
-rwxr-xr-x | build_tools/go.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build_tools/go.sh b/build_tools/go.sh index 3166e23..b73c777 100755 --- a/build_tools/go.sh +++ b/build_tools/go.sh @@ -27,12 +27,13 @@ fi echo "Running ./mklarch -f -p larch/profiles/$profile" time ./mklarch -f -c /tmp/$profile -p larch/profiles/$profile -if [ $profile = MV-local ] + +if [ $profile = "MV-local" ] then - echo "your $profile iso has been moved to /tmp/testcd-2.iso" - mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso -else echo "your $profile iso has been moved to /tmp/MV-2.iso" mv /home/larchroot/.larch/mylivecd.iso /tmp/MV-2.iso +else + echo "your $profile iso has been moved to /tmp/testcd-2.iso" + mv /home/larchroot/.larch/mylivecd.iso /tmp/testcd-2.iso fi date |