Fix gravity indention

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König
2025-10-18 13:12:23 +02:00
parent d0ce95c385
commit 31cf4ed06d

View File

@@ -750,7 +750,7 @@ gravity_DownloadBlocklistFromUrl() {
# Check for allowed protocols
if [[ $url != "http"* && $url != "https"* && $url != "file"* && $url != "ftp"* && $url != "ftps"* && $url != "sftp"* ]]; then
echo -e "${OVER} ${CROSS} ${str} Invalid protocol specified. Ignoring list."
echo -e "Ensure your URL starts with a valid protocol like http:// , https:// or file:// ."
echo -e " Ensure your URL starts with a valid protocol like http:// , https:// or file:// ."
download=false
fi