mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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…
Reference in a new issue