build: Don't do mirror -R in lftp

This commit is contained in:
Starbeamrainbowlabs 2019-04-12 23:27:46 +01:00
parent 11c47d599e
commit 58c7914568
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

1
build
View File

@ -348,7 +348,6 @@ SFTPCOMMANDS
# We have an extra : before the @ here to avoid the password prompt # 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 "connect sftp://${deploy_ssh_user}:@${deploy_ssh_host}:${deploy_ssh_port}";
echo "mirror -R \"${source_upload_dir}\" \"${deploy_root_dir}/www-new\"";
echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\""; echo "ln -s \"../data\" \"${deploy_root_dir}/www-new/data\"";
echo "mv \"${deploy_root_dir}/www\" \"${deploy_root_dir}/www-old\""; echo "mv \"${deploy_root_dir}/www\" \"${deploy_root_dir}/www-old\"";