Skip to content

Commit

Permalink
Fix broken upload_iso.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stevleibelt committed Oct 16, 2024
1 parent dcb09b6 commit ba9655b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function _main ()
"-l" | "--lts" )
IS_LTS_KERNEL=1
shift 1
;;
"-v" | "--verbose" )
BE_VERBOSE=1
shift 1
Expand All @@ -127,7 +128,7 @@ function _main ()
if [[ ${SHOW_HELP} -eq 1 ]];
then
echo ":: Usage"
echo " ${0} [-d|--dry-run] [-h|--help] [-v|--verbose]"
echo " ${0} [-d|--dry-run] [-h|--help] [-l|--lts] [-v|--verbose]"

exit 0
fi
Expand Down

0 comments on commit ba9655b

Please sign in to comment.