test x not work
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user