mirror of
https://github.com/trueChristian/daily-scripture.git
synced 2024-11-17 18:45:17 +00:00
Fix calling to getverse.
This commit is contained in:
parent
98c835b5b0
commit
de91c74ae4
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user