mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Solved default switch bug
This commit is contained in:
parent
05ac8e57a1
commit
86b62a8805
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user