We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef3a59 commit aca64c4Copy full SHA for aca64c4
install.sh
@@ -42,7 +42,7 @@ systemctl daemon-reload
42
systemctl enable jacred
43
systemctl start jacred
44
45
-crontab -l | { cat; echo "*/40 * * * * curl -s \"http://127.0.0.1:9117/jsondb/save\""; } | crontab -
+crontab -l | { cat; echo "*/40 * * * * curl -s \"http://127.0.0.1:9117/jsondb/save\""; } | crontab -
46
47
# iptables drop
48
cat <<EOF > iptables-drop.sh
0 commit comments