diff -r 14b5345bbb17 -r 9b019ac3b791 sbin/sync/fabfile.py --- a/sbin/sync/fabfile.py Thu Sep 01 14:19:16 2016 +0200 +++ b/sbin/sync/fabfile.py Fri Sep 02 02:01:55 2016 +0200 @@ -47,7 +47,7 @@ install_build(res_trans[0], env.remote_path['virtualenv']) # remove build + untared folder run('rm -fr "%s" "%s" ' % (res_trans[0], res_trans[0][0:-7])) - clean_export_folder(export_path) + clean_export_folder(env.remote_path['build_export']) relaunch_server() @task