Skip to content

Commit

Permalink
fix: make sysctl command quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaser committed Jul 5, 2023
1 parent d24078c commit 4ce3de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/emhttp/plugins/tailscale/update-settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [[ $SYSCTL_IP_FORWARD ]]; then

echo 'net.ipv4.ip_forward = 1' > /etc/sysctl.d/99-tailscale.conf
echo 'net.ipv6.conf.all.forwarding = 1' >> /etc/sysctl.d/99-tailscale.conf
sysctl -p /etc/sysctl.d/99-tailscale.conf
sysctl -qp /etc/sysctl.d/99-tailscale.conf
fi

if [[ $TAILDROP_DIR && -d "$TAILDROP_DIR" && -x "$TAILDROP_DIR" ]]; then
Expand Down

0 comments on commit 4ce3de0

Please sign in to comment.