summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/network3
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/network3')
-rw-r--r--etc/rc.d/network34
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/network3 b/etc/rc.d/network3
index 5ddce80..ad66337 100644
--- a/etc/rc.d/network3
+++ b/etc/rc.d/network3
@@ -187,8 +187,8 @@ network_pass1() {
case ${firewall_enable} in
[Yy][Ee][Ss])
- if [ -r ${firewall_script} ]; then
- . ${firewall_script}
+ if [ -r "${firewall_script}" ]; then
+ . "${firewall_script}"
echo -n 'Firewall rules loaded, starting divert daemons:'
# Network Address Translation daemon
OpenPOWER on IntegriCloud