diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-26 19:23:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-26 19:23:58 +0300 |
| commit | c4ad6a07d2953467c4184801f616318d52bbca51 (patch) | |
| tree | 9a6386274f0a8a42045536fccb4265d036e69af4 | |
| parent | 082cd5db3df236db28ba8fef79a15406dc094d5f (diff) | |
update path
| -rwxr-xr-x | randomjournalpage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/randomjournalpage.sh b/randomjournalpage.sh index 7d0df74..8853edb 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/Nextcloud/Documents/Notebooks" +declare -r JOURNAL_DIR="$HOME/Nextcloud/Documents/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 |
