Quote a command in shell files

This commit is contained in:
mrrfv
2023-09-08 19:49:50 +02:00
parent d2d416c888
commit 5a287742b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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=(
+1 -1
View File
@@ -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=(