diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-31 13:32:13 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-31 14:19:57 -0700 |
commit | 34a368eae9db62d89a49e55d01c49c8c6f28f30e (patch) | |
tree | 7e1716eb0f704b10337edd290ea69e184e870607 /FS-Test/bin/freeside-test-stop | |
parent | d20bfa4ce8103281e192e221020ec89a123875f6 (diff) |
change test utils to run from the source tree, #37340
Diffstat (limited to 'FS-Test/bin/freeside-test-stop')
-rwxr-xr-x | FS-Test/bin/freeside-test-stop | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FS-Test/bin/freeside-test-stop b/FS-Test/bin/freeside-test-stop index 7c67f54ec..6ec505a1f 100755 --- a/FS-Test/bin/freeside-test-stop +++ b/FS-Test/bin/freeside-test-stop @@ -24,9 +24,6 @@ oldname=$( psql -tl | \ if [ -n "$oldname" ]; then echo "Renaming $oldname to freeside." psql postgres -c "ALTER DATABASE $oldname RENAME TO freeside" - echo "Restarting services." - sudo service apache2 restart - sudo service freeside restart fi echo "Done." |