Drop config write when checking version

This commit is contained in:
aclist 2022-08-06 03:41:28 +09:00
parent 0c076358cd
commit 9a39e43af7

View File

@ -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