Fix introDialogue

This commit is contained in:
LinuxSquare 2024-12-25 16:38:05 +01:00
parent d1077f6578
commit eefd75ebea

View file

@ -146,11 +146,11 @@ function preChecks() {
function introDialogue() {
local introtext="\n\n\n
Velkommen til
_ _
| \ | | _____ _____ ___
| \| |/ _ \ \ / / _ \/ __|
| |\ | (_) \ V / (_) \__ \
|_| \_|\___/ \_/ \___/|___/
_ _\n
| \ | | _____ _____ ___\n
| \| |/ _ \ \ / / _ \/ __|\n
| |\ | (_) \ V / (_) \__ \ \n
|_| \_|\___/ \_/ \___/|___/\n\n
OS: Novos
Version: $(date "+%Y%m")
IP: $(ifconfig eth0 | grep "inet addr" | awk '{$1=$1};1' | awk '{print $2}' | cut -d: -f2)