From 32b59926887ce26f302f75733c4b7bf5a3b49d6c Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 11 Apr 2025 21:28:43 +0200 Subject: [PATCH] use proper bash location --- autodeploy/gitignore.sh | 2 +- autodeploy/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autodeploy/gitignore.sh b/autodeploy/gitignore.sh index 91f0dbd..ef99ea9 100755 --- a/autodeploy/gitignore.sh +++ b/autodeploy/gitignore.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash set -euo pipefail diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index f5e73a5..be377aa 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash set -euo pipefail