From 6bea532295a0bacdec8f6c7851ee14431d57ef1b Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 25 Feb 2024 21:40:37 +0100 Subject: [PATCH] fix: dev: [vps] correct typo !cosmetic --- bin/vps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/vps b/bin/vps index 6b07909..265e327 100755 --- a/bin/vps +++ b/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