mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 15:13:20 +02:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
set -eo pipefail
|
||
|
|
||
|
PATH=/opt/seafile/bin:/bin:/usr/bin
|
||
|
PYTHONPATH=/opt/seafile/lib64/python3.6/site-packages/
|
||
|
PYTHON=/opt/seafile/bin/python
|
||
|
cd {{ seafile_root_dir }}/seafile-server
|
||
|
./seahub.sh python-env python3 seahub/manage.py clearsessions
|
||
|
|