mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /home/gonggeng/seahub
|
|
|
|
export PYTHONPATH=thirdpart
|
|
export DJANGO_SETTINGS_MODULE=settings
|
|
|
|
./user_notification.py
|