capture errors

This commit is contained in:
j 2017-10-24 20:45:59 +02:00
parent 522db90e7f
commit dd284a6c9d
1 changed files with 2 additions and 2 deletions

View File

@ -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