diff --git a/ct/myspeed.sh b/ct/myspeed.sh index 43a08f8a8..4f883f97a 100644 --- a/ct/myspeed.sh +++ b/ct/myspeed.sh @@ -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"