From c5b94ccd2038a0bbb222547dc4169395ff9efd0d Mon Sep 17 00:00:00 2001 From: buildplan Date: Fri, 17 Oct 2025 21:06:34 +0100 Subject: [PATCH] fix root access --- du_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/du_setup.sh b/du_setup.sh index ed1740c..79c93ff 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -200,7 +200,7 @@ if [[ $EUID -ne 0 ]]; then fi printf "\n" printf "%s%sAlternative methods:%s\n" "$BOLD" "$YELLOW" "$NC" - printf " %ssudo su -%s # Switch to root\n" "$CYAN" "$NC" + printf " %ssudo su %s # Switch to root\n" "$CYAN" "$NC" if [[ -n "$ORIGINAL_ARGS" ]]; then printf " And run: %s%s %s%s\n" "$CYAN" "$0" "$ORIGINAL_ARGS" "$NC" else