From 3dfd3b166a126b665c1914836cf30433e26bf190 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 4 Jul 2020 17:29:29 +0800 Subject: [PATCH] zynq: use bash to execute remote-run script --- zynq.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zynq.nix b/zynq.nix index 76bc3f8..a5999e8 100644 --- a/zynq.nix +++ b/zynq.nix @@ -41,7 +41,7 @@ in echo "rpi-4 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJu+HhQmQAclub9K/B3xUQ28lBg+MEdqSeBuQNZgPGKB" > $HOME/.ssh/known_hosts chmod 600 $HOME/.ssh/id_rsa - ${}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag} + bash ${}/remote_run.sh -d ${artiq-zynq.zc706-simple-jtag} touch $out '';