From 7f388de17a050dd13f975002e8132ec50e6979c8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 28 Jun 2023 10:53:33 -0400 Subject: [PATCH] Update pbs3-upgrade.sh tweak --- misc/pbs3-upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/pbs3-upgrade.sh b/misc/pbs3-upgrade.sh index eb519ab9..83da6e95 100644 --- a/misc/pbs3-upgrade.sh +++ b/misc/pbs3-upgrade.sh @@ -54,7 +54,7 @@ start_routines() { yes) msg_info "Backing up Proxmox Backup Server 2" tar czf "pbs2-etc-backup-$(date -I).tar.gz" -C "/etc" "proxmox-backup" - msg_ok "Backed up to Proxmox Backup Server" + msg_ok "Backed up Proxmox Backup Server 2" ;; no) msg_error "Selected no to Backing up Proxmox Backup Server 2"