wrong redirection
This commit is contained in:
@@ -113,7 +113,7 @@ function __cacheDownload {
|
|||||||
function __uuid {
|
function __uuid {
|
||||||
local __out=$1
|
local __out=$1
|
||||||
|
|
||||||
which uuidgen 2&>1 > /dev/null
|
which uuidgen 2>&1 > /dev/null
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
local uuid=$( uuidgen )
|
local uuid=$( uuidgen )
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user