From b7ba08ccdfb8570de10bd8b4e1d668815e7e25c8 Mon Sep 17 00:00:00 2001 From: Vrganj Date: Sat, 16 Jan 2021 20:02:36 +0100 Subject: [PATCH] Fix stdin --- lxc/execute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/execute b/lxc/execute index 14db573..3438547 100755 --- a/lxc/execute +++ b/lxc/execute @@ -21,7 +21,7 @@ arg=$(basename $argpath) mkdir -p $basepath/tmp/$epoch chmod 777 $basepath/tmp/$epoch cat $2 > $basepath$filepath -cat $3 > $basepath$argpath +echo $3 > $basepath$stdinpath echo "${@:4}" > $basepath$argpath # process incrementor