2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 00:37:51 +00:00

Merge pull request #298 from shreyasp/bench/restart-web

[Fix] Error
This commit is contained in:
Rushabh Mehta 2016-08-10 15:18:20 +05:30 committed by GitHub
commit 7f8c66d4bf

View File

@ -16,7 +16,7 @@ def start(no_dev, concurrency):
def restart(web_workers):
"Restart supervisor processes"
from bench.utils import restart_supervisor_processes
restart_supervisor_processes(web_workers)
restart_supervisor_processes(bench_path='.', web_workers=web_workers)
@click.command('set-nginx-port')