diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-31 11:43:29 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-31 11:43:29 +0200 |
| commit | f1161210268cea13334abd2423e8e4f31e82a765 (patch) | |
| tree | 8c017b170e5c01f28fb1b06fdc89946e5dc33e2c | |
| parent | c4ad6a07d2953467c4184801f616318d52bbca51 (diff) | |
change path
| -rwxr-xr-x | randomjournalpage.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/randomjournalpage.sh b/randomjournalpage.sh index 8853edb..54a64f2 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/Journals" +declare -r JOURNAL_DIR="$HOME/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 @@ -46,4 +46,3 @@ main () { } main - |
