Actually call sed

This commit is contained in:
James Slagle 2014-02-06 08:18:59 -05:00
parent d71ebd7192
commit 70bd3e81cf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ exec 2>&1
# As always...
sudo setenforce 0
sudo -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
sudo sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
# Enable icehouse rpm's repo
sudo yum -y update http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-1.noarch.rpm