2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-07 15:20:36 +00:00

update NanoDroid-Overlay

This commit is contained in:
Christopher Roy Bratusek 2018-09-09 15:13:24 +02:00
parent 3a6f959abd
commit 4d906ca7b1

View File

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