From ea52f93856fbc2434216fd69bd2cd864ee4e98f4 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 11 Apr 2019 22:07:46 +0100 Subject: [PATCH] build: Try disabling paralell mode to see if that helps --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index e5a9f03..ca660e8 100755 --- a/build +++ b/build @@ -327,7 +327,7 @@ task_deploy() { # We have an extra : before the @ here to avoid the password prompt echo "connect sftp://${deploy_ssh_user}:@${deploy_ssh_host}:${deploy_ssh_port}"; - echo "mirror -R -P 3 \"${source_upload_dir}\" \"${deploy_root_dir}/www-new\""; + echo "mirror -R \"${source_upload_dir}\" \"${deploy_root_dir}/www-new\""; echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\""; echo "mv \"${deploy_root_dir}/www\" \"${deploy_root_dir}/www-old\"";