scripts for my gemini capsule
Diffstat (limited to 'makeplan.sh')
-rw-r--r--makeplan.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/makeplan.sh b/makeplan.sh
index 3032cff..71d1acb 100644
--- a/makeplan.sh
+++ b/makeplan.sh
@@ -7,12 +7,12 @@ nt="$(grep "^$day" "$1" | cut -f3)"
ps="$(grep "^$day" "$1" | cut -f4)"
pr="$(grep "^$day" "$1" | cut -f5)"
-if [ -e /srv/gemini.zachdecook.com/oyb/$day.mp3 ]; then
+if [ -e /srv/gemini/gemini.zachdecook.com/oyb/$day.mp3 ]; then
echo "=> /oyb/$day.mp3 Listen to today's reading by Zach!"
-elif [ -e /srv/gemini.zachdecook.com/oyb/$day.ogg ]; then
+elif [ -e /srv/gemini/gemini.zachdecook.com/oyb/$day.ogg ]; then
echo "=> /oyb/$day.ogg Listen to today's reading by Zach!"
fi
-echo "=>https://audio.oneyearbibleonline.com/tomdooley/$(date +%m%d).mp3 Listen to today's reading by Tom Dooley © MasterMedia Ministries/Tyndale."
+echo "=>https://audio.oneyearbibleonline.com/ Listen to today's reading by Tom Dooley © MasterMedia Ministries/Tyndale."
cd "$(dirname "$0")"
echo "# Old Testament Reading"
./webp.py "$ot" |grep -v 'text/gemini'