Skip to content
Snippets Groups Projects
Verified Commit 76fc9d76 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

turris_webs: fix test_web function

We no longer use extended arguments and url was invalidly ignored. This
fixes that and it should work now.
parent 864b63c3
Branches
Tags v11.3
No related merge requests found
......@@ -8,7 +8,7 @@ test_web() {
local url="$1"
shift
echo_sec "$url"
curl --location --verbose "$@" https://api.turris.cz/ > /dev/null
curl --location --verbose "$url" https://api.turris.cz/ > /dev/null
}
run () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment