2
0
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:
Christopher Roy Bratusek 2018-09-09 21:08:36 +02:00
parent 62abe59d2a
commit c84261a49b

View File

@ -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=""