fix: correctly format url show daily-live tests
This commit is contained in:
parent
c693dc9ba7
commit
2e1b556b93
2
quickget
2
quickget
|
@ -1296,7 +1296,7 @@ function zsync_get() {
|
||||||
local URL="${1}"
|
local URL="${1}"
|
||||||
# Test mode for ISO
|
# Test mode for ISO
|
||||||
if [ "${OPERATION}" == "show" ]; then
|
if [ "${OPERATION}" == "show" ]; then
|
||||||
echo "${URL}"
|
test_result "${OS}" "${RELEASE}" "${EDITION}" "${URL}"
|
||||||
exit 0
|
exit 0
|
||||||
elif [ "${OPERATION}" == "test" ]; then
|
elif [ "${OPERATION}" == "test" ]; then
|
||||||
if ! web_check "${URL}"; then
|
if ! web_check "${URL}"; then
|
||||||
|
|
Loading…
Reference in New Issue