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

Fix bad grep command

parent d6eb44b1
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ fi
if [ ! -z "$(which docker)" ]
then
if [ -z "$(grep '--iptables=false' /etc/default/docker)" ]
if [ -z "$(grep 'iptables=false' /etc/default/docker)" ]
then
echo 'DOCKER_OPTS="--iptables=false"' >> /etc/default/docker
systemctl restart docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment