From 50791bca06120982c8aa899cad6f78f22c5d9efd Mon Sep 17 00:00:00 2001 From: Thorsten Date: Mon, 20 Jan 2025 08:18:47 +0100 Subject: [PATCH] Apply suggestions from code review I'll merge it, but this text string are 1:1 copy from the post-pbs-install.sh script. Maybe we should also fix them there. Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --- misc/post-pmg-install.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/post-pmg-install.sh b/misc/post-pmg-install.sh index 09c8dbe7..fdaebd66 100644 --- a/misc/post-pmg-install.sh +++ b/misc/post-pmg-install.sh @@ -76,7 +76,7 @@ EOF msg_ok "Disabled 'pmg-enterprise' repository" ;; no) - msg_error "Selected no to Disabling 'pmg-enterprise' repository" + msg_error "Selected no to disabling 'pmg-enterprise' repository" ;; esac @@ -92,7 +92,7 @@ EOF msg_ok "Enabled 'pmg-no-subscription' repository" ;; no) - msg_error "Selected no to Enabling 'pmg-no-subscription' repository" + msg_error "Selected no to enabling 'pmg-no-subscription' repository" ;; esac @@ -108,7 +108,7 @@ EOF msg_ok "Added 'pmgtest' repository" ;; no) - msg_error "Selected no to Adding 'pmgtest' repository" + msg_error "Selected no to adding 'pmgtest' repository" ;; esac @@ -126,7 +126,7 @@ EOF ;; no) whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "Support Subscriptions" "Supporting the software's development team is essential. Check their official website's Support Subscriptions for pricing. Without their dedicated work, we wouldn't have this exceptional software." 10 58 - msg_error "Selected no to Disabling subscription nag" + msg_error "Selected no to disabling subscription nag" ;; esac fi @@ -142,7 +142,7 @@ EOF msg_ok "Updated Proxmox Mail Gateway" ;; no) - msg_error "Selected no to Updating Proxmox Mail Gateway" + msg_error "Selected no to updating Proxmox Mail Gateway" ;; esac @@ -157,7 +157,7 @@ EOF reboot ;; no) - msg_error "Selected no to Rebooting Proxmox Mail Gateway (Reboot recommended)" + msg_error "Selected no to reboot Proxmox Mail Gateway (Reboot recommended)" msg_ok "Completed Post Install Routines" ;; esac