diff options
author | 2024-06-09 18:51:55 +0100 | |
---|---|---|
committer | 2024-06-09 18:51:55 +0100 | |
commit | c772120c5210882ca4987fb60510ac91c191ee55 (patch) | |
tree | c4494a4e1ff81d75032bd7148d26de3bff552c22 | |
parent | Attempt to set args better (diff) |
Update hashbang to explicitly use bash
-rwxr-xr-x | monitor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/bash set -exo pipefail |