mirror of
https://github.com/simon987/od-database.git
synced 2025-04-10 14:06:45 +00:00
9 lines
187 B
Bash
Executable File
9 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export ODDBROOT="od-database"
|
|
|
|
screen -S oddb -X quit
|
|
echo "starting oddb_web"
|
|
screen -S tt_drone -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
|
|
sleep 1
|
|
screen -list |