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