From d73f6df44cb231d1308a42b424c8a09631d6a07e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 30 Apr 2025 11:00:54 +0200 Subject: [PATCH] fix path --- ct/paperless-ngx.sh | 2 +- install/paperless-ngx-install.sh | 2 +- misc/tools.func | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 681ddfa..2137305 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -47,7 +47,7 @@ function update_script() { BACKUP_DIR="/opt/paperless-backup-$(date +%F_%T | tr ':' '-')" - setup_ghostscript + setup_gs setup_uv msg_info "Backing up Paperless folders" diff --git a/install/paperless-ngx-install.sh b/install/paperless-ngx-install.sh index 0a1c79a..2900413 100644 --- a/install/paperless-ngx-install.sh +++ b/install/paperless-ngx-install.sh @@ -54,7 +54,7 @@ $STD apt-get install -y \ tesseract-ocr-eng msg_ok "Installed OCR Dependencies" -setup_ghostscript +setup_gs msg_info "Installing JBIG2" $STD git clone https://github.com/ie13/jbig2enc /opt/jbig2enc diff --git a/misc/tools.func b/misc/tools.func index f897e04..47e20ec 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -847,7 +847,7 @@ function ensure_usr_local_bin_persist() { fi } -function setup_ghostscript() { +function setup_gs() { msg_info "Setup Ghostscript" local TMP_DIR TMP_DIR=$(mktemp -d)