Browse Source

fix: [0km] correct typo preventing ``vps-update`` action to work

pull/4/head
Valentin Lab 8 months ago
parent
commit
f848940a4e
  1. 2
      bin/0km

2
bin/0km

@ -829,7 +829,7 @@ vps_install_backup() {
}
vps_udpate() {
vps_update() {
local vps="$1"
vps_connection_check "$vps" || return 1
ssh:run "root@$vps" -- myc-update </dev/null

Loading…
Cancel
Save