forked from M-Labs/nix-scripts
wfvm: fix win-get of directory
This commit is contained in:
parent
6d2d0745e0
commit
1bf63a88ad
|
@ -61,7 +61,7 @@ rec {
|
||||||
echo win-get $1
|
echo win-get $1
|
||||||
${pkgs.sshpass}/bin/sshpass -p1234 -- \
|
${pkgs.sshpass}/bin/sshpass -p1234 -- \
|
||||||
${pkgs.openssh}/bin/sftp -r -P 2022 ${sshOpts} \
|
${pkgs.openssh}/bin/sftp -r -P 2022 ${sshOpts} \
|
||||||
wfvm@localhost:$1
|
wfvm@localhost:$1 .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
wfvm-run = { name, image, script, display ? false, isolateNetwork ? true, forwardedPorts ? [] }:
|
wfvm-run = { name, image, script, display ? false, isolateNetwork ? true, forwardedPorts ? [] }:
|
||||||
|
|
Loading…
Reference in New Issue