packages: bsp: odroid: fanctrl: maintenance

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
This commit is contained in:
Patrick Yavitz
2023-08-20 08:02:42 -04:00
committed by Igor
parent 40530ee344
commit 94f7bfff89

View File

@@ -6,7 +6,7 @@ if [[ "$USER" == "root" ]]; then
else else
if [[ `command -v sudo` ]]; then if [[ `command -v sudo` ]]; then
if [[ $EUID -ne 0 ]]; then if [[ $EUID -ne 0 ]]; then
sudo $0 $@ sudo "$0" "$@"
exit exit
fi fi
else else