Fix typo with SUDO

merge-requests/16/head
Ben Wilson 4 years ago
parent 142a3ba7b8
commit dfda6f9168

@ -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

Loading…
Cancel
Save