From dfda6f916883ff161398ff8b482ddcf9cc8a5eb1 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Thu, 13 May 2021 10:55:09 +0100 Subject: [PATCH] Fix typo with SUDO --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 5ada4d7..7fd6c2a 100755 --- a/build.sh +++ b/build.sh @@ -249,7 +249,7 @@ if [ "$(whoami)" != "root" ]; then else SUDO="" # We're already root fi -debug "SUDO: $ACTION" +debug "SUDO: $SUDO" debug "ACTION: $ACTION" if [ "$ACTION" = "get-image-path" ]; then