mirror of
https://github.com/deajan/obackup.git
synced 2026-02-06 07:05:14 +01:00
Redirect curl to /dev/null
This commit is contained in:
@@ -181,7 +181,7 @@ function Statistics {
|
||||
fi
|
||||
|
||||
if type curl > /dev/null; then
|
||||
curl $link > /dev/null 2>&1
|
||||
curl -o /dev/null $link > /dev/null 2>&1
|
||||
if [ $? == 0 ]; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user