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/scripts/03_rpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron-sh/scripts/03_rpm.sh') diff --git a/cron-sh/scripts/03_rpm.sh b/cron-sh/scripts/03_rpm.sh index cf84d6e..7bb5e97 100755 --- a/cron-sh/scripts/03_rpm.sh +++ b/cron-sh/scripts/03_rpm.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash # msec: rpm security check # check if we are run from main script -- cgit v1.2.1