Merge pull request #1794 from LizenzFass78851/fix/alpine-issue-2

fix: alpine issue pt. 2
This commit is contained in:
Adam Warner
2025-03-24 21:59:42 +00:00
committed by GitHub

View File

@@ -1,5 +1,10 @@
#!/bin/bash #!/bin/bash
if [ ! -x /bin/sh ]; then
echo "Executable test for /bin/sh failed. Your Docker version is too old to run Alpine 3.14+ and Pi-hole. You must upgrade Docker.";
exit 1;
fi
if [ "${PH_VERBOSE:-0}" -gt 0 ]; then if [ "${PH_VERBOSE:-0}" -gt 0 ]; then
set -x set -x
fi fi