quickfix: remove echo in alpine-mariadb

This commit is contained in:
CanbiZ 2025-04-08 08:44:10 +02:00
parent 5a74f2970b
commit 895edccf28

View File

@ -45,10 +45,6 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
$STD rc-update add lighttpd default
$STD rc-service lighttpd restart
msg_ok "Lighttpd Started"
echo -e "Adminer is available at: ${BL}http://$(hostname -I | awk '{print $1}')/adminer${CL}"
else
echo -e "Skipped Adminer Installation..."
fi
motd_ssh