aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-06-09 18:51:55 +0100
committerGravatar Joe Banks <[email protected]>2024-06-09 18:51:55 +0100
commitc772120c5210882ca4987fb60510ac91c191ee55 (patch)
treec4494a4e1ff81d75032bd7148d26de3bff552c22
parentAttempt to set args better (diff)
Update hashbang to explicitly use bash
-rwxr-xr-xmonitor.sh2
1 files changed, 1 insertions, 1 deletions
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