From 563c1a29aef559be4742dfc1db1ff26915d11d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Jul 2020 12:24:54 +0200 Subject: Correctly replae scp with sftp It is not possible to run command on server side trought sftp so reverting to just replacing scp with sftp command in place. --- templates/alpine.run | 12 ++++++------ templates/turris.run | 10 ++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'templates') diff --git a/templates/alpine.run b/templates/alpine.run index 7f35cb7..a65fb84 100755 --- a/templates/alpine.run +++ b/templates/alpine.run @@ -68,10 +68,10 @@ uroot cp "$FILES/alpine/abuild.conf" "$ROOT/etc/abuild.conf" uchroot build 'buildrepo --purge --keep-going personal' echo_stage "Deploy" -sftp -b - upload:/var/www/repo <