From 3a18ec50a7916914f275a5213eeb441423c12f43 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Mon, 25 Mar 2019 17:02:51 +0100 Subject: [PATCH] Since the script is compatible with sh, let's switch to /bin/sh --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index fa9459a..49808f9 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # EvoCheck # Script to verify compliance of a OpenBSD server powered by Evolix