Suppress another echo on upgrade

This commit is contained in:
Jamie Cameron
2018-04-05 19:57:17 -07:00
parent 85109a14a7
commit 903ffeb065

View File

@@ -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