Skip to content

Commit 895edcc

Browse files
committed
quickfix: remove echo in alpine-mariadb
1 parent 5a74f29 commit 895edcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

install/alpine-mariadb-install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then
4545
$STD rc-update add lighttpd default
4646
$STD rc-service lighttpd restart
4747
msg_ok "Lighttpd Started"
48-
49-
echo -e "Adminer is available at: ${BL}http://$(hostname -I | awk '{print $1}')/adminer${CL}"
50-
else
51-
echo -e "Skipped Adminer Installation..."
5248
fi
5349

5450
motd_ssh

0 commit comments

Comments
 (0)