添加 ldconfig 命令

This commit is contained in:
songyanchao
2021-05-18 21:47:53 -04:00
parent efbde5ebd2
commit e35a6f7fac

View File

@@ -36,4 +36,5 @@ echo "HOSTNAME=localhost" > /etc/sysconfig/network
# Disable selinux
sed -ie "s/SELINUX=/SELINUX=disabled/g" /etc/selinux/config
ldconfig
exit 0