Redirect stderr to file

This commit is contained in:
simon987 2019-03-27 17:30:53 -04:00
parent c5c17ce6d9
commit 470b1b162b

View File

@ -6,6 +6,6 @@ chmod 755 -R "${TTROOT}/webroot"
screen -S tt_api -X quit
echo "starting client"
screen -S tt_api -d -m bash -c "cd ${TTROOT} && chmod +x tt_api && ./tt_api"
screen -S tt_api -d -m bash -c "cd ${TTROOT} && chmod +x tt_api && ./tt_api 2> stderr.txt"
sleep 1
screen -list