mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
fix syntax error
This commit is contained in:
parent
504a71fa68
commit
213299e9f6
@ -34,7 +34,7 @@ def is_centos7():
|
||||
def copy_default_nginx_config():
|
||||
shutil.copy(os.path.join(os.path.dirname(__file__), 'templates', 'nginx_default.conf'), '/etc/nginx/nginx.conf')
|
||||
|
||||
def setup_production(bench='.', user):
|
||||
def setup_production(user, bench='.'):
|
||||
generate_supervisor_config(bench=bench, user=user)
|
||||
generate_nginx_config(bench=bench)
|
||||
remove_default_nginx_configs()
|
||||
|
Loading…
Reference in New Issue
Block a user