Change Shebang
This commit is contained in:
parent
f6ec6c7517
commit
60dd071fc9
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: ip6t-firewall
|
# Provides: ip6t-firewall
|
||||||
# Required-Start: $local_fs $remote_fs $syslog $network $time
|
# Required-Start: $local_fs $remote_fs $syslog $network $time
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env bash
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: ipt-firewall
|
# Provides: ipt-firewall
|
||||||
# Required-Start: $local_fs $remote_fs $syslog $network
|
# Required-Start: $local_fs $remote_fs $syslog $network
|
||||||
|
Loading…
Reference in New Issue
Block a user