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 --- init-sh/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-sh') diff --git a/init-sh/upgrade.sh b/init-sh/upgrade.sh index ceacb24..6b0feef 100755 --- a/init-sh/upgrade.sh +++ b/init-sh/upgrade.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/bash # # This script upgrades msec configuration files from previous versions # to the up-to-date format -- cgit v1.2.1