Change Shebang

This commit is contained in:
Christoph 2017-02-22 04:28:49 +01:00
parent 1badd7f947
commit ba47baa356
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