Skip to content

Commit 2fc833c

Browse files
Update basic-storage-scale.sh
s/etenforce/setenforce
1 parent b3552ca commit 2fc833c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/common/basic-storage-scale.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ yum -y install rpcbind
9696
systemctl start rpcbind
9797

9898
echo 'TODO: this is BAD, needs a fix in the selinux-policy'
99-
sudo etenforce 0
99+
sudo setenforce 0
100100

101101
systemctl stop firewalld || true
102102

0 commit comments

Comments
 (0)