diff --git a/include/functions b/include/functions index df75677..63ae0f1 100644 --- a/include/functions +++ b/include/functions @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # By Brielle Bruns # URL: http://www.sosdg.org/freestuff/firewall # License: GPLv3 diff --git a/include/static b/include/static index 1405f73..caf3633 100644 --- a/include/static +++ b/include/static @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # By Brielle Bruns # URL: http://www.sosdg.org/freestuff/firewall # License: GPLv3 diff --git a/rc.firewall b/rc.firewall index aefe667..32d972b 100755 --- a/rc.firewall +++ b/rc.firewall @@ -1,4 +1,4 @@ -#/bin/sh +#/bin/bash # By Brielle Bruns # URL: http://www.sosdg.org/freestuff/firewall # License: GPLv3