mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-19 06:38:17 +00:00
Fixes gravity_transport variable interpretation.
Adding (") around Variables passed to function ensures spaces are handled and that missing arguments are accounted for.
This commit is contained in:
parent
80bec9c5cf
commit
a734927591
@ -186,7 +186,7 @@ function gravity_spinup() {
|
||||
# Default is a simple request
|
||||
*) cmd_ext=""
|
||||
esac
|
||||
gravity_transport $url $cmd_ext $agent
|
||||
gravity_transport "$url" "$cmd_ext" "$agent"
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user