Change Shebang

This commit is contained in:
Christoph 2017-02-22 04:29:05 +01:00
parent f6ec6c7517
commit 60dd071fc9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
### BEGIN INIT INFO
# Provides: ip6t-firewall
# Required-Start: $local_fs $remote_fs $syslog $network $time

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
### BEGIN INIT INFO
# Provides: ipt-firewall
# Required-Start: $local_fs $remote_fs $syslog $network