Merge branch 'ent-6970-deploy-script' into 'develop'

fixing selinux

See merge request artica/pandorafms!3807
This commit is contained in:
Rafael Ameijeiras 2021-01-29 10:01:57 +01:00
commit 0d67538bb3
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ execute_cmd "yum install -y $vmware_dependencies" "Installing Oracle Instant cli
# Disabling SELINUX and firewalld
setenforce 0
sed -i -e "s/^SELINUX=.*/SELINUX=disabled/g" /etc/sysconfig/selinux
sed -i -e "s/^SELINUX=.*/SELINUX=disabled/g" /etc/selinux/config
systemctl disable firewalld --now &>> $LOGFILE