Files
Christian Hewitt 4d808de579 busybox: unbrand and simplify the sudo warning
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2025-05-29 08:48:11 +00:00

13 lines
307 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
message="$message\n You are 'root' so 'sudo' is not required or supported"
message="$message\n "
echo -e $message
exit 1