diff --git a/Full/system/xbin/nanodroid-overlay b/Full/system/xbin/nanodroid-overlay index caec6cf..19199d4 100755 --- a/Full/system/xbin/nanodroid-overlay +++ b/Full/system/xbin/nanodroid-overlay @@ -41,7 +41,7 @@ Options: exit 0 } -[[ $(whoami) != "root" ]] && error "not running as root" +test "${whoami}" != "root" && error "not running as root" get_config () { config=""