Skip to content

Commit

Permalink
Merge pull request #7 from mariux64/update-2.4.2
Browse files Browse the repository at this point in the history
Update 2.4.2
  • Loading branch information
wwwutz authored Jan 29, 2024
2 parents f453662 + 70c310d commit a7022f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BUILD_TAG=2.4.0
BUILD_TAG=2.4.2

. build.local

Expand All @@ -20,4 +20,4 @@ BUILD_tesseract=tesseract-5.3.3
BUILD_node=node-20.10.0
BUILD_nginx=nginx-1.24.0

BUILD_paperless=paperless-ngx-2.4.0
BUILD_paperless=paperless-ngx-2.4.2
2 changes: 1 addition & 1 deletion cleanall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function removeall {
rm -rf ./nginx-1.24.0
rm -rf ./node-20.10.0
rm -rf ./paperless-ngx
rm -rf ./paperless-ngx-2.4.0
rm -rf ./paperless-ngx-2.4.2
rm -rf ./Python-3.11.7
rm -rf ./sqlite-3.44.2
rm -rf ./tesseract-5.3.3
Expand Down
2 changes: 1 addition & 1 deletion startstop-paperless.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ case "\$1" in
echo "# I'm from \$0"
cat <<< "\${SDS["\$s"]}"
) > \$HOME/.config/systemd/user/\$s
systemctl --user enable \$s
systemctl --user disable \$s
done
systemctl --user daemon-reload
;;
Expand Down

0 comments on commit a7022f3

Please sign in to comment.