Update gravity.sh
This commit is contained in:
@ -366,7 +366,7 @@ gravity_Schwarzschild() {
|
|||||||
for i in "${activeDomains[@]}"; do
|
for i in "${activeDomains[@]}"; do
|
||||||
# Determine if file has read permissions, as download might have failed
|
# Determine if file has read permissions, as download might have failed
|
||||||
if [[ -r "${i}" ]]; then
|
if [[ -r "${i}" ]]; then
|
||||||
# Remove windows CRs from file, and append into $matterAndLight
|
# Remove windows CRs from file, convert list to lower case, and append into $matterAndLight
|
||||||
tr -d '\r' < "${i}" | tr '[:upper:]' '[:lower:]' >> "${piholeDir}/${matterAndLight}"
|
tr -d '\r' < "${i}" | tr '[:upper:]' '[:lower:]' >> "${piholeDir}/${matterAndLight}"
|
||||||
|
|
||||||
# Ensure that the first line of a new list is on a new line
|
# Ensure that the first line of a new list is on a new line
|
||||||
|
Reference in New Issue
Block a user