mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 14:50:13 +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
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ function gravity_spinup() {
|
||||||
# Default is a simple request
|
# Default is a simple request
|
||||||
*) cmd_ext=""
|
*) cmd_ext=""
|
||||||
esac
|
esac
|
||||||
gravity_transport $url $cmd_ext $agent
|
gravity_transport "$url" "$cmd_ext" "$agent"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue