5
6
mirror of https://github.com/trueChristian/daily-scripture.git synced 2024-09-30 01:19:02 +00:00

Fix calling to getverse.

This commit is contained in:
Llewellyn van der Merwe 2022-01-06 01:05:52 +02:00
parent 98c835b5b0
commit de91c74ae4
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C

View File

@ -129,11 +129,11 @@ fi
#███████████████████████████████████████████████████████ GET SCRIPTURE TEXT ███ #███████████████████████████████████████████████████████ GET SCRIPTURE TEXT ███
# Get the verses from the getBible API # Get the verses from the getBible API
TODAY_S_SCRIPTURE_TEXT=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/master/src/chapter.sh) -s="\"${TODAY_S_SCRIPTURE}\"" -v="${VERSION}" ) TODAY_S_SCRIPTURE_TEXT=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/master/src/chapter.sh) -s="${TODAY_S_SCRIPTURE}" -v="${VERSION}" )
#███████████████████████████████████████████████████████ GET SCRIPTURE NAME ███ #███████████████████████████████████████████████████████ GET SCRIPTURE NAME ███
# Get the verses name from the getBible API # Get the verses name from the getBible API
NAME=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/master/src/name.sh) -s="\"${TODAY_S_SCRIPTURE}\"" -v="${VERSION}" ) NAME=$(bash <(curl -s https://raw.githubusercontent.com/getbible/getverse/master/src/name.sh) -s="${TODAY_S_SCRIPTURE}" -v="${VERSION}" )
#████████████████████████████████████████████ SET TODAY'S SCRIPTURE IN HTML ███ #████████████████████████████████████████████ SET TODAY'S SCRIPTURE IN HTML ███
HTML="<strong>${NAME}</strong><br /> HTML="<strong>${NAME}</strong><br />