diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-20 13:43:18 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-20 13:43:18 +0300 |
| commit | b598ef2b6aae0c71241a7bf00ea9f83cce0c803c (patch) | |
| tree | 8eed2bb92aa7494f757e5a9609b2fde8a081def9 | |
| parent | 727eede49e64418204e2887f45dcf52242a683d0 (diff) | |
| -rwxr-xr-x | randomjournalpage.sh | 2 |
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 |
