Skip to content

Commit

Permalink
Update define-guest-image-by-profile.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
goffinet committed Jan 4, 2021
1 parent 7bce075 commit a09029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion define-guest-image-by-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nested=""
network=$2
# Profiles : xsmall, small, medium, big (and desktop)
profile=$3
mac=$5
parameters=$#
if [ $image = "bionic" ] ; then
os="ubuntu18.04"
Expand All @@ -29,7 +30,6 @@ os="fedora28"
else
usage_message
fi

if [[ ! -z "$mac" ]] ; then
mac_param=",mac=$mac"
else
Expand Down

0 comments on commit a09029e

Please sign in to comment.