Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Are the scripts being run as root (basically, are they in root's crontab)? Commented Jul 21, 2015 at 1:50
  • Yes, it is. I even tried giving the script public execution permissions, just in case, but nope, still the same old nothingness. Commented Jul 21, 2015 at 1:55
  • WAIT A SECOND I THINK I FOUND THE PROBLEM Commented Jul 21, 2015 at 1:58
  • Or not - I just realised I missed off the all important #!/bin/bash line at the top of the iptdef.sh file, so I added it, yet still no luck. Give up time soon. Commented Jul 21, 2015 at 2:03