aboutsummaryrefslogtreecommitdiffstats
path: root/cron-sh/promisc_check.sh
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-02-16 13:35:44 +0100
committerPapoteur <papoteur@mageia.org>2020-02-16 13:35:44 +0100
commit5f877b920e55788e7f68fb5724f75724585cd6af (patch)
tree03ef38f30d061ea3a64f3ee57aba7b3cfb33bc5f /cron-sh/promisc_check.sh
parent7c31035f1050ac3ce050ea5e6b425ae6893e9b78 (diff)
downloadmsec-5f877b920e55788e7f68fb5724f75724585cd6af.tar
msec-5f877b920e55788e7f68fb5724f75724585cd6af.tar.gz
msec-5f877b920e55788e7f68fb5724f75724585cd6af.tar.bz2
msec-5f877b920e55788e7f68fb5724f75724585cd6af.tar.xz
msec-5f877b920e55788e7f68fb5724f75724585cd6af.zip
Deal with mangling shebangs warnings on shell scripts
Diffstat (limited to 'cron-sh/promisc_check.sh')
-rwxr-xr-xcron-sh/promisc_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron-sh/promisc_check.sh b/cron-sh/promisc_check.sh
index d9a2c6b..9c9f2aa 100755
--- a/cron-sh/promisc_check.sh
+++ b/cron-sh/promisc_check.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/bash
# msec: this checks if the network is in promiscuous mode
. /usr/share/msec/functions.sh