fix: Extra files
After executing install, two redundant .new files will be left out, which should be removed.pull/9/head
parent
c5deaa3d12
commit
95020aa14d
|
@ -58,6 +58,7 @@ download_geosite() {
|
|||
rename_new() {
|
||||
for DAT in 'geoip' 'geosite'; do
|
||||
install -m 755 "${V2RAY}$DAT.dat.new" "${V2RAY}$DAT.dat"
|
||||
rm "${V2RAY}$DAT.dat.new"
|
||||
rm "${V2RAY}$DAT.dat.sha256sum.new"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue