about summary refs log tree commit diff
path: root/makeplan.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2021-11-02 08:54:18 -0400
committerZach DeCook <zachdecook@librem.one>2021-11-02 08:54:18 -0400
commit2ab60db3c7508e154415c75a5d994864124c055d (patch)
tree12d90be8f2b8a7e020d3588f4e3ebdf8085c781f /makeplan.sh
parente6f68c8a442fa9ccd4f915b6c017bcb6fbc0b22e (diff)
downloadcgi-bin-2ab60db3c7508e154415c75a5d994864124c055d.tar.gz
makeplan: change dir
Diffstat (limited to 'makeplan.sh')
-rw-r--r--makeplan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeplan.sh b/makeplan.sh
index 95e4ce7..ad53ee8 100644
--- a/makeplan.sh
+++ b/makeplan.sh
@@ -10,7 +10,7 @@ pr="$(grep "^$day" "$1" | cut -f5)"
 if [ -e /srv/gemini.zachdecook.com/oyb/$day.mp3 ]; then
 	echo "=> /oyb/$day.mp3 Listen to today's reading!"
 fi
-
+cd "$(dirname "$0")"
 echo "# Old Testament Reading"
 ./webp.py "$ot" |grep -v 'text/gemini'