bugfix msg text

pull/65/head
TomasM 2019-01-25 21:33:25 +00:00
parent abcc1a888d
commit 52c9f07ff4
1 changed files with 2 additions and 2 deletions

4
build
View File

@ -81,6 +81,6 @@ chmod o+x $TARGET/gen_"$LIVEKITNAME"_zip.sh
echo "-----------------------------" echo "-----------------------------"
echo "Finished. Find your result in $LIVEKITDATA" echo "Finished. Find your result in $LIVEKITDATA"
echo "To build ISO, run: $TARGET/gen_iso.sh" echo "To build ISO, run: $TARGET/gen_"$LIVEKITNAME"_iso.sh"
echo "To build ZIP, run: $TARGET/gen_zip.sh" echo "To build ZIP, run: $TARGET/gen_"$LIVEKITNAME"_zip.sh"
cd $CWD cd $CWD