mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
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:
parent
d24425efad
commit
e6ceca0bc7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue