source:
main/waeup.stress/trunk/kofa01/post_run.sh
@
8654
Last change on this file since 8654 was 8654, checked in by , 12 years ago | |
---|---|
|
|
File size: 132 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | OLD_CWD=`pwd` |
4 | cd instances/waeup.kofa |
5 | echo "stopping paster..." |
6 | ./bin/paster serve --stop-daemon |
7 | echo "done." |
8 | cd $OLD_CWD |
Note: See TracBrowser for help on using the repository browser.