mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
6 lines
103 B
Bash
6 lines
103 B
Bash
#!/bin/sh
|
|
|
|
cd /usr/src/paperless/src
|
|
|
|
sudo -HEu paperless python3 manage.py document_create_classifier
|