Merge "Fix stop_watcher function"

This commit is contained in:
Zuul 2018-12-10 15:19:52 +00:00 committed by Gerrit Code Review
commit 66a6191d9b
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ function start_watcher {
function stop_watcher {
if [[ "$WATCHER_USE_MOD_WSGI" == "True" ]]; then
disable_apache_site watcher-api
restart_apache_server
else
stop_process watcher-api
fi