This commit is contained in:
Olaf van der Kruk 2017-07-24 08:33:35 +00:00 committed by GitHub
commit 82fbd372d9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,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