summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-04-20 13:38:54 +0300
committerPaul Buetow <paul@buetow.org>2024-04-20 13:38:54 +0300
commit3e45b18c21b197bb7cc353d7b444d7afcc12b9dc (patch)
tree4ec44428014c0373b7e4f1d044f4ad2099402348
parentf1161210268cea13334abd2423e8e4f31e82a765 (diff)
use a new journals path
-rwxr-xr-xrandomjournalpage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/randomjournalpage.sh b/randomjournalpage.sh
index 54a64f2..727d148 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/Documents/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