fix: connect wifi failed when network change

This commit is contained in:
xin 2025-09-30 18:53:36 +08:00
parent a28cb8a0a6
commit 67bb65e602
3 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
http://xplayer-ota.pureroad.cn/files_20250928_212729.tar.xz
http://xplayer-ota.pureroad.cn/files_20250930_185146.tar.xz

View File

@ -116,6 +116,9 @@
- src: ../files/led-startup.sh
dest: /usr/bin/led-startup.sh
mode: '0755'
- src: ../files/xplayer-start.sh
dest: /usr/local/bin/xplayer-start.sh
mode: '0755'
- name: Create directories
file:

View File

@ -32,6 +32,7 @@ rsync 5c:/usr/bin/sing-box files/sing-box
rsync 5c:/etc/systemd/system/sing-box.service files/sing-box.service
rsync -avz --exclude='login/' 5c:/srv/login/ files/login/
rsync 5c:/usr/bin/led-startup.sh files/led-startup.sh
rsync 5c:/usr/local/bin/xplayer-start.sh files/xplayer-start.sh
# Clean up macOS resource fork files
find files -name "._*" -type f -delete