mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
Fix typo
This commit is contained in:
parent
a5bc902b7c
commit
e5378a85d5
2
dzgui.sh
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user