Skip to content

Commit

Permalink
Fix:Installation logic
Browse files Browse the repository at this point in the history
  • Loading branch information
MoGuangYu committed Jul 31, 2024
1 parent 860a06f commit 8516db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -d /data/adb/box_bll ] ; then
mv /data/adb/box_bll/clash/cache.db /data/adb/box_bll/clash/cache_tmp.db
#mv /data/adb/box_bll/clash/config.yaml /data/adb/box_bll/clash/config_tmp.yaml
#mv /data/adb/box_bll/scripts/box.config /data/adb/box_bll/scripts/box_tmp.config
mv /data/adb/box_bll/clash/GeoIP.dat /data/adb/box_bll/clash/ASN_tmp.mmdb
mv /data/adb/box_bll/clash/ASN.mmdb /data/adb/box_bll/clash/ASN_tmp.mmdb
mv /data/adb/box_bll/clash/GeoIP.dat /data/adb/box_bll/clash/GeoIP_tmp.dat
mv /data/adb/box_bll/clash/GeoSite.dat /data/adb/box_bll/clash/GeoSite_tmp.dat

Expand Down

0 comments on commit 8516db9

Please sign in to comment.