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 else
SUDO="" # We're already root SUDO="" # We're already root
fi fi
debug "SUDO: $ACTION" debug "SUDO: $SUDO"
debug "ACTION: $ACTION" debug "ACTION: $ACTION"
if [ "$ACTION" = "get-image-path" ]; then if [ "$ACTION" = "get-image-path" ]; then

Loading…
Cancel
Save