test x not work
This commit is contained in:
parent
53155d5587
commit
c2bfbfbc62
@ -111,7 +111,8 @@ function __cacheDownload {
|
||||
}
|
||||
|
||||
function __uuid {
|
||||
if [ -x uuidgen ]; then
|
||||
which -s uuidgen
|
||||
if [ $? -eq 0 ]; then
|
||||
uuidgen
|
||||
else
|
||||
cat /proc/sys/kernel/random/uuid
|
||||
|
Loading…
Reference in New Issue
Block a user