From dd284a6c9d242306087abbcbad4c58a5f07a40be Mon Sep 17 00:00:00 2001 From: j Date: Tue, 24 Oct 2017 20:45:59 +0200 Subject: [PATCH] capture errors --- vm/LXC_README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index e8344191..07bd5f0f 100644 --- a/vm/LXC_README.txt +++ b/vm/LXC_README.txt @@ -25,7 +25,7 @@ export LANG=en_US.UTF-8 cd /root - curl -L https://pan.do/ra-install > pandora_install.sh + curl -sL https://pan.do/ra-install > pandora_install.sh chmod +x pandora_install.sh - ./pandora_install.sh | tee pandora_install.log + ./pandora_install.sh 2>&1 | tee pandora_install.log