feat: disable unneeded message-of-the-day sections (#3000)

This commit is contained in:
Matt Boersma 2020-04-03 12:09:18 -06:00 коммит произвёл GitHub
Родитель 5827deaab0
Коммит ae57a4c865
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -51,6 +51,8 @@ if [[ ${UBUNTU_RELEASE} == "18.04" ]]; then
echo " - ntpstat" >> ${VHD_LOGS_FILEPATH}
fi
chmod a-x /etc/update-motd.d/??-{motd-news,release-upgrade}
if [[ ${UBUNTU_RELEASE} == "18.04" ]]; then
overrideNetworkConfig
fi