Browse Source

fix: dev: [vps] correct typo !cosmetic

pull/6/head
Valentin Lab 2 months ago
parent
commit
6bea532295
  1. 4
      bin/vps

4
bin/vps

@ -436,11 +436,11 @@ compose:install-backup() {
ping_check "$host" || return 1
if [ -e "/root/.ssh/rsync_rsa" ]; then
warn "deleting private key in /root/.ssh/rsync_rsa, has we are not using it anymore."
warn "deleting private key in /root/.ssh/rsync_rsa, as we are not using it anymore."
rm -fv /root/.ssh/rsync_rsa
fi
if [ -e "/root/.ssh/rsync_rsa.pub" ]; then
warn "deleting public key in /root/.ssh/rsync_rsa.pub, has we are not using it anymore."
warn "deleting public key in /root/.ssh/rsync_rsa.pub, as we are not using it anymore."
rm -fv /root/.ssh/rsync_rsa.pub
fi

Loading…
Cancel
Save