NanoDroid-Overlay: fix error

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 62abe59d2a
commit c84261a49b

@ -41,7 +41,7 @@ Options:
exit 0
}
test "${whoami}" != "root" && error "not running as root"
test "$(whoami)" != "root" && error "not running as root"
get_config () {
config=""

Loading…
Cancel
Save