From: Frank Brehm Date: Thu, 15 Jun 2023 15:23:44 +0000 (+0200) Subject: Disable shellcheck error X-Git-Tag: 0.10.0^2~3 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=150d50526f47fcdc6078926c43eefc5ea517e10e;p=pixelpark%2Fpp-admin-tools.git Disable shellcheck error --- diff --git a/update-env.sh b/update-env.sh index b63aa2a..53625a7 100755 --- a/update-env.sh +++ b/update-env.sh @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2317 # Don't warn about unreachable commands in this file set -e set -u