packages: bsp: odroid: fanctrl: maintenance
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
This commit is contained in:
parent
40530ee344
commit
94f7bfff89
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user