From 903ffeb065384d3633e58d1efde755d848ff2edf Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Thu, 5 Apr 2018 19:57:17 -0700 Subject: [PATCH] Suppress another echo on upgrade --- makerpm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makerpm.pl b/makerpm.pl index 439d717e0..3b0c10e4a 100755 --- a/makerpm.pl +++ b/makerpm.pl @@ -259,8 +259,8 @@ if [ "\$1" == 1 ]; then else echo "Webmin install complete. You can now login to http://\$host:\$port/" fi + echo "as root with your root password." fi -echo "as root with your root password." /bin/true %preun