Skip to content

Commit

Permalink
Fix: Shellcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Timmis committed May 24, 2024
1 parent 9757b7d commit fb21075
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions KubuQA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,8 @@ function check_existing_iso() {
if [ -f "$ISO_FILENAME" ]; then
# Prompt the user to check for updates
if kdialog --yesno "I found an ISO Test Image, would you like to check for updates?"; then
# Only apply to daily builds and not releases
if [ DAILY_ISO ]; then
# Use zsync to update the ISO
zsync "http://$ISO_DOWNLOAD_URL.zsync"
fi
fi
else
# Prompt the user to download the ISO if it doesn't exist
Expand Down Expand Up @@ -241,7 +238,7 @@ function choose_flavor() {
3) FLAVOR="lubuntu"
VM_NAME="KubuQATestLubuntu"
RELEASE="$LUBUNTU_RELEASE"
DAILY="$LUBUNTU_RELEASE";;
DAILY="$LUBUNTU_DAILY";;

# UBUNTU BUDGIE
4) FLAVOR="ubuntu-budgie"
Expand Down

0 comments on commit fb21075

Please sign in to comment.