MySpeed: fix update and copy old tests back (#6550)

* Update build.func

* Update myspeed.sh

* Update build.func

* Update build.func
This commit is contained in:
CanbiZ 2025-08-04 14:37:23 +02:00 committed by GitHub
parent d24425efad
commit e6ceca0bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ function update_script() {
msg_info "Updating ${APP} to ${RELEASE}"
cd /opt/myspeed
$STD npm install
cp -r /opt/myspeed_bak/data/* /opt/myspeed/data/
msg_ok "Updated ${APP} to ${RELEASE}"
msg_info "Starting ${APP} Service"