Update static shebangs to flexible /usr/bin/env

* Also fixes static /bin/chmod executable call in UDEV rules
* Resolves #4166
This commit is contained in:
Chris M 2024-06-19 17:54:27 +10:00
parent 72507ea108
commit 15c3d8591c
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -e is not set should this step fail for whatever reason the installation is still valid
set -u -o pipefail