2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 15:38:25 +00:00
This commit is contained in:
Pratik Vyas 2014-10-31 15:57:31 +05:30
parent bcd3a6de48
commit 9e81bda10f

View File

@ -36,7 +36,7 @@ def get_app(app, git_url, branch=None, bench='.'):
build_assets(bench=bench)
conf = get_config()
if conf.get('restart_supervisor_on_update'):
restart_supervisor_on_update(bench=bench)
restart_supervisor_processes(bench=bench)
def new_app(app, bench='.'):
logger.info('creating new app {}'.format(app))