2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 00:21:23 +00:00

Enable auto update

This commit is contained in:
Revant Nandgaonkar 2016-01-22 20:22:10 +05:30
parent 4868ccf23f
commit c5a84860cf

View File

@ -181,8 +181,6 @@ def get_bench_dir(bench='.'):
return os.path.abspath(bench)
def setup_auto_update(bench='.'):
# disabling auto update till Frappe version 5 is stable
return
logger.info('setting up auto update')
add_to_crontab('0 10 * * * cd {bench_dir} && {bench} update --auto >> {logfile} 2>&1'.format(bench_dir=get_bench_dir(bench=bench),
bench=os.path.join(get_bench_dir(bench=bench), 'env', 'bin', 'bench'),