Browse Source

nouveau mirror_pad

Sniperovitch 8 years ago
parent
commit
0babb41bec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -108,7 +108,7 @@ mirror_pad() {
   local url=$1
   local filename=$2
   verbose "[$FUNCNAME] url=$url filename=$filename"
-  RESPONSE=$(curl --silent --show-error $url --output $filename 2>&1)
+  RESPONSE=$(perl $base/mirror_pad.pl "$url" > "$filename")
   RC=$?
   local errstr="[$FUNCNAME] RC=[$RC] $RESPONSE"
   if test "$RC" -eq 0;