fix: use bash shebang in e2e test

This commit is contained in:
thePR0M3TH3AN
2025-06-19 17:34:37 -04:00
parent 3c9b0ff76c
commit 8721492538

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -euo pipefail
LOG_DIR="$(pwd)/ci-logs"