summaryrefslogtreecommitdiff
path: root/randomjournalpage.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-04-20 13:43:18 +0300
committerPaul Buetow <paul@buetow.org>2024-04-20 13:43:18 +0300
commitb598ef2b6aae0c71241a7bf00ea9f83cce0c803c (patch)
tree8eed2bb92aa7494f757e5a9609b2fde8a081def9 /randomjournalpage.sh
parent727eede49e64418204e2887f45dcf52242a683d0 (diff)
fix journals pathHEADmaster
Diffstat (limited to 'randomjournalpage.sh')
-rwxr-xr-xrandomjournalpage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/randomjournalpage.sh b/randomjournalpage.sh
index 727d148..556c22a 100755
--- a/randomjournalpage.sh
+++ b/randomjournalpage.sh
@@ -3,7 +3,7 @@
declare -r ARG="$1"
# From my NextCloud sync folder :-)
-declare -r JOURNAL_DIR="$HOME/Journals"
+declare -r JOURNAL_DIR="$HOME/Journals/"
# Storing extract back to the NextCloud sync folder so that I can also read it
# from my smartphone! :-)
declare -r OUT_PDF=$JOURNAL_DIR/random_journal_extract.pdf