mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
packages: bsp: odroid: fanctrl: maintenance
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
This commit is contained in:
@@ -6,7 +6,7 @@ if [[ "$USER" == "root" ]]; then
|
||||
else
|
||||
if [[ `command -v sudo` ]]; then
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
sudo $0 $@
|
||||
sudo "$0" "$@"
|
||||
exit
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user