fix root access

This commit is contained in:
buildplan
2025-10-17 21:06:34 +01:00
parent 016e2d9c99
commit c5b94ccd20

View File

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