mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 20:13:00 +02:00
Drop config write when checking version
This commit is contained in:
parent
0c076358cd
commit
9a39e43af7
1 changed files with 0 additions and 1 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -813,7 +813,6 @@ 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
|
if [[ -z $branch ]]; then
|
||||||
branch="stable"
|
branch="stable"
|
||||||
write_config > $config_file
|
|
||||||
fi
|
fi
|
||||||
check_branch
|
check_branch
|
||||||
if [[ $version == $upstream ]]; then
|
if [[ $version == $upstream ]]; then
|
||||||
|
|
Loading…
Reference in a new issue