mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-14 03:21:03 +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."
|
wget "$download_url" -O "$image_path" || error "Download from \"$download_url\" failed."
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
"*")
|
*)
|
||||||
info "Available images:"
|
info "Available images:"
|
||||||
ls -l "$image_folder"
|
ls -l "$image_folder"
|
||||||
question "Which image would you like to use?" && read -r image_name || error
|
question "Which image would you like to use?" && read -r image_name || error
|
||||||
|
Loading…
Reference in New Issue
Block a user