From c772120c5210882ca4987fb60510ac91c191ee55 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Jun 2024 18:51:55 +0100 Subject: Update hashbang to explicitly use bash --- monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.sh b/monitor.sh index 6a8d5fe..e3bc9d4 100755 --- a/monitor.sh +++ b/monitor.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash set -exo pipefail -- cgit v1.2.3