Fix shebang line in build.sh for proper script execution

This commit is contained in:
2025-09-09 21:31:48 +02:00
parent c3a632ed4b
commit 55971f7d89

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!//usr/bin/env bash
IMAGE_NAME="azure-image-chooser"
#IMAGE="docker.io/skoszewski/$IMAGE_NAME"