mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
5 lines
103 B
Bash
5 lines
103 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/src/paperless/src
|
|
|
|
sudo -HEu paperless python3 manage.py document_create_classifier
|