From 9a39e43af7ae1a586e2e9c661baeb690714bb10d Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 6 Aug 2022 03:41:28 +0900 Subject: [PATCH] Drop config write when checking version --- dzgui.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 0104dab..c14a80e 100755 --- a/dzgui.sh +++ b/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