diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-07 11:50:04 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-07 11:50:04 +0200 |
commit | 5f7f1593eac04cefb2c50bf507801f821d61d124 (patch) | |
tree | 5368945fed7b231ee07519d74d4802023c71ab1c | |
parent | 9717523a0c0633cbcfd5dd5df5de64aa37a47870 (diff) | |
download | archlinuxewe-5f7f1593eac04cefb2c50bf507801f821d61d124.tar.xz |
build-all-with-docker: fix typo
-rwxr-xr-x | build-all-with-docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all-with-docker b/build-all-with-docker index 780c5fbf6..d58d0da66 100755 --- a/build-all-with-docker +++ b/build-all-with-docker @@ -4,7 +4,7 @@ cd "$(dirname "$(readlink -e "$0")")" shutdownasap_progress=$(shutdownasap -g || echo 'none') if [ "${shutdownasap_progress}" != 'none' ]; then - >&2 printf 'shutdownasap in progress: %s\n' "${shutdownasap_state}" + >&2 printf 'shutdownasap in progress: %s\n' "${shutdownasap_progress}" exit 1 fi |