Added doodle3D hostname in banner

This commit is contained in:
olijf 2016-06-03 12:55:43 +02:00
parent 29599f2da2
commit 47bcb0848b
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ else
# Note: `crontab -l` will throw an error to stderr because the file does not exist, but that does not matter
(crontab -l 2> /dev/null; echo "$LOGROTATE_CRON_LINE" ) | crontab -
fi
d3dapi p=/info r=GET | grep -o -E '"wifiboxid":"(\w*-*[0-9A-Fa-f]*)"' - | cut -d':' -f2 | cut -d'"' -f2 >> /etc/banner
exit 0
EOM