source:
main/waeup.stress/trunk/kofa01/post_run.sh
@
8660
Last change on this file since 8660 was 8654, checked in by , 13 years ago | |
---|---|
|
|
File size: 132 bytes |
Rev | Line | |
---|---|---|
[8654] | 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.