mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 19:06:42 +00:00
13 lines
233 B
Bash
Executable File
13 lines
233 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export ODDBROOT="od-database"
|
|
|
|
screen -S oddb_web -X quit
|
|
killall -9 uwsgi
|
|
|
|
sleep 30
|
|
|
|
echo "starting oddb_web"
|
|
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini 2> stderr.txt"
|
|
sleep 1
|
|
screen -list |