Skip to content

Commit e6ceca0

Browse files
authored
MySpeed: fix update and copy old tests back (#6550)
* Update build.func * Update myspeed.sh * Update build.func * Update build.func
1 parent d24425e commit e6ceca0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ct/myspeed.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function update_script() {
4444
msg_info "Updating ${APP} to ${RELEASE}"
4545
cd /opt/myspeed
4646
$STD npm install
47+
cp -r /opt/myspeed_bak/data/* /opt/myspeed/data/
4748
msg_ok "Updated ${APP} to ${RELEASE}"
4849

4950
msg_info "Starting ${APP} Service"

0 commit comments

Comments
 (0)