Merge "Fix stop_watcher function"

This commit is contained in:
Zuul
2018-12-10 15:19:52 +00:00
committed by Gerrit Code Review

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