Minor kernel module loading fix

This commit is contained in:
Adrian Joian 2023-11-30 15:05:52 +01:00 коммит произвёл GitHub
Родитель b1cc329ef9
Коммит 1e2fc6d1dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -120,7 +120,7 @@ set -ex
cifs-utils >> /tmp/apt.log
# Because of https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/2042092
modprobe cifs
modprobe cifs && true
fi
if [ $dbServerType = "mysql" ]; then

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

@ -141,7 +141,7 @@ EOF
cifs-utils >> /tmp/apt.log
# Because of https://bugs.launchpad.net/ubuntu/+source/linux-azure/+bug/2042092
modprobe cifs
modprobe cifs && true
fi
if [ "$webServerType" = "nginx" -o "$httpsTermination" = "VMSS" ]; then