We really need to be using bash rather then /bin/sh, as it seems dash isn't as compatible as I thought...

Bu işleme şunda yer alıyor:
bbruns 2010-08-29 18:58:20 +00:00
ebeveyn 6e842c7f3a
işleme 84b5e29fed
3 değiştirilmiş dosya ile 3 ekleme ve 3 silme

Dosyayı Görüntüle

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# By Brielle Bruns <bruns@2mbit.com>
# URL: http://www.sosdg.org/freestuff/firewall
# License: GPLv3

Dosyayı Görüntüle

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# By Brielle Bruns <bruns@2mbit.com>
# URL: http://www.sosdg.org/freestuff/firewall
# License: GPLv3

Dosyayı Görüntüle

@ -1,4 +1,4 @@
#/bin/sh
#/bin/bash
# By Brielle Bruns <bruns@2mbit.com>
# URL: http://www.sosdg.org/freestuff/firewall
# License: GPLv3