wrong redirection

This commit is contained in:
斟酌 鵬兄 2016-02-22 01:42:48 +08:00
parent 872a998fdc
commit a7b3820b69

View File

@ -113,7 +113,7 @@ function __cacheDownload {
function __uuid {
local __out=$1
which uuidgen 2&>1 > /dev/null
which uuidgen 2>&1 > /dev/null
if [ $? -eq 0 ]; then
local uuid=$( uuidgen )
else