зеркало из https://github.com/Azure/Moodle.git
Minor kernel module loading fix
This commit is contained in:
Родитель
b1cc329ef9
Коммит
1e2fc6d1dc
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче