Skip to content

Commit

Permalink
gislab-unit-iso.sh: typo in required version
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Aug 31, 2018
1 parent 5fb6af0 commit 1df6478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/gislab-unit/gislab-unit-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mkdir -p $MOUNT_DIR
sudo mount -o loop $SRC_IMAGE $MOUNT_DIR

if [ ! -f "$MOUNT_DIR/install/vmlinuz" ]; then
echo "Invalid Ubuntu ISO image file. Ubuntu 12.04 Server ISO is required."
echo "Invalid Ubuntu ISO image file. Ubuntu 16.04 Server ISO is required."
umount $MOUNT_DIR
exit 1
fi
Expand Down

0 comments on commit 1df6478

Please sign in to comment.