root: do not use /bin/bash directly (#14698)

This commit is contained in:
Marc 'risson' Schmitt
2025-05-26 14:38:29 +02:00
committed by GitHub
parent a8e543972a
commit da1b252f3b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e -x -o pipefail
hash="$(git rev-parse HEAD || openssl rand -base64 36 | sha256sum)"