Skip to content

Commit

Permalink
Add options to specify the ISO
Browse files Browse the repository at this point in the history
This was in the help but not actually in getopts.
  • Loading branch information
oz123 committed Sep 29, 2023
1 parent 183628c commit c17e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/launch-canvos-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ $# -eq 0 ]; then
usage
fi

OPTIONS=$(getopt -o hn:u: --long help,name:,user-data: -- "$@" 2>/dev/null || usage)
OPTIONS=$(getopt -o hn:u:i: --long help,name:,user-data:,iso: -- "$@" 2>/dev/null || usage)

eval set -- "$OPTIONS"

Expand Down

0 comments on commit c17e274

Please sign in to comment.