mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 20:01:04 +00:00
Quote a command in shell files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source $(dirname "$0")/helpers.sh
|
source "$(dirname "$0")/helpers.sh"
|
||||||
|
|
||||||
# declare an array of urls
|
# declare an array of urls
|
||||||
urls=(
|
urls=(
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# Use the provided lists or add your own.
|
# Use the provided lists or add your own.
|
||||||
# There is no limit on the amount of whitelisted domains you can have.
|
# There is no limit on the amount of whitelisted domains you can have.
|
||||||
|
|
||||||
source $(dirname "$0")/helpers.sh
|
source "$(dirname "$0")/helpers.sh"
|
||||||
|
|
||||||
# declare an array of urls
|
# declare an array of urls
|
||||||
urls=(
|
urls=(
|
||||||
|
|||||||
Reference in New Issue
Block a user