dracut/modules.d/45url-lib
Mikhail Novosyolov 5f6be51595 fix(url-lib): fix passing args
Fixes: 8e84fa726 ("fix(url-lib): shellcheck for modules.d/45url-lib")

Behaviour introduced by that commit made the following to be run:
curl "--globoff --location --retry 3 --fail --show-error" http://192.168.1.173:8000/test.ks
instead of:
curl --globoff --location --retry 3 --fail --show-error http://192.168.1.173:8000/test.ks

This broke downloading kickstart file in anaconda-dracut.
2021-05-14 08:33:22 +02:00
..
module-setup.sh fix(url-lib): shellcheck for modules.d/45url-lib 2021-03-29 10:12:19 +02:00
url-lib.sh fix(url-lib): fix passing args 2021-05-14 08:33:22 +02:00