From d2fce270503ab0fefe6f13283d35105f9bb3b367 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Sun, 25 Apr 2021 09:04:35 +0200 Subject: [PATCH] fix: dev: [vps] try to be consistent and allow common parsing by ``0km``. Signed-off-by: Valentin Lab --- bin/vps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vps b/bin/vps index 3848262..0985eb4 100755 --- a/bin/vps +++ b/bin/vps @@ -241,7 +241,7 @@ mailcow:install-backup() { fi info "You can run this following from an host having admin access to $dest:" - echo "ssh ${ssh_options[@]} myadmin@$dest ssh-key add \"$(cat /var/lib/rsync/.ssh/id_rsa.pub)\"" + echo "ssh ${ssh_options[@]} myadmin@$dest ssh-key add '$(cat /var/lib/rsync/.ssh/id_rsa.pub)'" } compose:has_domain() {