diff --git a/dzgui.sh b/dzgui.sh index c0890cf..b745e9b 100644 --- a/dzgui.sh +++ b/dzgui.sh @@ -665,7 +665,7 @@ check_branch(){ upstream=$(curl -Ls "$version_url" | awk -F= '/^version=/ {print $2}') } check_version(){ - if [[ ! -f $config_file ]]; then : else source $config_file; fi + if [[ ! -f $config_file ]]; then : ; else source $config_file; fi if [[ -z $branch ]]; then branch="stable" fi