mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 10:26:44 +00:00
Redirect stderr to file
This commit is contained in:
parent
019feecb03
commit
b170f9bfd8
@ -5,6 +5,6 @@ export ODDBROOT="od-database"
|
|||||||
screen -S oddb_web -X quit
|
screen -S oddb_web -X quit
|
||||||
killall -9 uwsgi
|
killall -9 uwsgi
|
||||||
echo "starting oddb_web"
|
echo "starting oddb_web"
|
||||||
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini"
|
screen -S oddb_web -d -m bash -c "cd ${ODDBROOT} && uwsgi od-database.ini 2> stderr.txt"
|
||||||
sleep 1
|
sleep 1
|
||||||
screen -list
|
screen -list
|
Loading…
x
Reference in New Issue
Block a user