There was an error while loading. Please reload this page.
1 parent d24425e commit e6ceca0Copy full SHA for e6ceca0
1 file changed
ct/myspeed.sh
@@ -44,6 +44,7 @@ function update_script() {
44
msg_info "Updating ${APP} to ${RELEASE}"
45
cd /opt/myspeed
46
$STD npm install
47
+ cp -r /opt/myspeed_bak/data/* /opt/myspeed/data/
48
msg_ok "Updated ${APP} to ${RELEASE}"
49
50
msg_info "Starting ${APP} Service"
0 commit comments