fix: connect wifi failed when network change
This commit is contained in:
parent
a28cb8a0a6
commit
67bb65e602
@ -1 +1 @@
|
||||
http://xplayer-ota.pureroad.cn/files_20250928_212729.tar.xz
|
||||
http://xplayer-ota.pureroad.cn/files_20250930_185146.tar.xz
|
||||
|
||||
@ -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:
|
||||
|
||||
1
sync.sh
1
sync.sh
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user