Remove disable script of firewalld

I get [1] when trying to build a DC/OS image.

+ sudo systemctl disable firewalld
Operation failed: No such file or directory

Change-Id: I94c1d4c8056526502ad4c17af85209388bed8b21
This commit is contained in:
Spyros Trigazis 2017-05-26 11:27:18 +02:00
parent e3d9bb5c85
commit a2282131ad
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
#!/bin/bash
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
# CentOS-7 introduced firewalld, which is a wrapper around iptables
# and can conflict with Docker.
# See https://docs.docker.com/v1.6/installation/centos/#firewalld
sudo systemctl disable firewalld