diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 681ddfafd..213730514 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 0a1c79a2e..290041303 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 f897e04a0..47e20ec18 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)