mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Remove temporary wget dump
This commit is contained in:
parent
258dff95ce
commit
582ea0e713
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ CHECK_URL () {
|
||||||
moved=0
|
moved=0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done <<< "$(LC_ALL=C wget --adjust-extension --page-requisites --no-check-certificate $check_domain$curl_check_path 2>&1 | grep "^--.*-- http\|^HTTP request sent")"
|
done <<< "$(cd "$package_path"; LC_ALL=C wget --adjust-extension --page-requisites --no-check-certificate $check_domain$curl_check_path 2>&1 | grep "^--.*-- http\|^HTTP request sent")"
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue