mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-07 15:20:36 +00:00
NanoDroid-Overlay: fix error
This commit is contained in:
parent
62abe59d2a
commit
c84261a49b
@ -41,7 +41,7 @@ Options:
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
test "${whoami}" != "root" && error "not running as root"
|
test "$(whoami)" != "root" && error "not running as root"
|
||||||
|
|
||||||
get_config () {
|
get_config () {
|
||||||
config=""
|
config=""
|
||||||
|
Loading…
Reference in New Issue
Block a user