Skip to content
Snippets Groups Projects
Verified Commit 9646617d authored by David Beniamine's avatar David Beniamine
Browse files

Remove bad configuration

parent 43719a1f
Branches
No related tags found
No related merge requests found
......@@ -79,15 +79,6 @@ then
docker ps -a
fi
if [ ! -z "$(which docker)" ]
then
if [ -z "$(grep 'iptables=false' /etc/default/docker)" ]
then
echo 'DOCKER_OPTS="--iptables=false"' >> /etc/default/docker
systemctl restart docker
fi
fi
# Restart services
services="`checkrestart | awk '/^service/{print $2} /^systemctl/{print $3}'` \
$EXTRAS_SERVICES_TO_RESTART"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment