Solved default switch bug

This commit is contained in:
Kevin Veen-Birkenbach 2022-08-21 13:19:05 +02:00
parent 05ac8e57a1
commit 86b62a8805
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ case "$operation_system" in
wget "$download_url" -O "$image_path" || error "Download from \"$download_url\" failed."
fi
;;
"*")
*)
info "Available images:"
ls -l "$image_folder"
question "Which image would you like to use?" && read -r image_name || error