Fix introDialogue
This commit is contained in:
parent
d1077f6578
commit
eefd75ebea
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue