From 5f877b920e55788e7f68fb5724f75724585cd6af Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 16 Feb 2020 13:35:44 +0100 Subject: Deal with mangling shebangs warnings on shell scripts --- cron-sh/promisc_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-sh/promisc_check.sh') 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 -- cgit v1.2.1