mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +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 [[ -z $branch ]]; then
|
||||
branch="stable"
|
||||
write_config > $config_file
|
||||
fi
|
||||
check_branch
|
||||
if [[ $version == $upstream ]]; then
|
||||
|
|
Loading…
Reference in a new issue