diff --git a/Full/system/xbin/nanodroid-overlay b/Full/system/xbin/nanodroid-overlay index 19199d4..b9e9e56 100755 --- a/Full/system/xbin/nanodroid-overlay +++ b/Full/system/xbin/nanodroid-overlay @@ -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=""