Skip to content

Commit

Permalink
more verbose in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed May 5, 2024
1 parent 786a99e commit f103592
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ fi

echo 'Configuring networking rules...'
if ! grep -q 'net.ipv4.ip_forward=1' /etc/sysctl.conf; then
echo 'net.ipv4.ip_forward=1' >> /etc/sysctl.conf
echo 'net.ipv4.ip_forward=1' >> /etc/sysctl.conf;
echo 'IP forwarding configuration now applied:'
else
echo 'IP forwarding configuration already applied:'
fi
sysctl -p /etc/sysctl.conf

Expand Down

0 comments on commit f103592

Please sign in to comment.