Skip to content
Snippets Groups Projects
Unverified Commit ba9fc94e authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: get rid of old sysctl settings

parent 9b937a8c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# This script can be removed after Gluon v2018.2
# Check for a random line that always was in /etc/sysctl.conf
if grep -qxF 'net.ipv4.ip_forward=1' /etc/sysctl.conf; then
echo '# Defaults are configured in /etc/sysctl.d/* and can be customized in this file' >/etc/sysctl.conf
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment