Update jellyfin-v4.sh

This commit is contained in:
Corey Jepperson 2022-11-21 15:25:58 -06:00 committed by GitHub
parent b28568d0ca
commit de727fc650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ function advanced_settings() {
var_version=$(whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 10 58 3 \
"18.04" "Bionic" OFF \
"20.04" "Focal" ON \
"21.10" "Impish" OFF \
"22.04" "Jammy Jellyfish" OFF \
3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then echo -e "${DGN}Using Ubuntu Version: ${BGN}$var_version${CL}"; fi