mirror of
https://github.com/Nezumi-2711/cloudflare-gateway-pihole-scripts.git
synced 2026-09-22 13:38:37 +00:00
Quote a command in shell files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $(dirname "$0")/helpers.sh
|
||||
source "$(dirname "$0")/helpers.sh"
|
||||
|
||||
# declare an array of urls
|
||||
urls=(
|
||||
|
||||
Reference in New Issue
Block a user