full_install syntax error

This commit is contained in:
Martin Konecny 2012-05-09 11:12:58 -04:00
parent 80861bc643
commit cbd495da28
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# Auto install script for airtime on Ubuntu
#
exec >> (tee install_log.txt)
exec > >(tee install_log.txt)
exec 2>&1
if [ "$(id -u)" != "0" ]; then

View file

@ -6,7 +6,7 @@
# Link to the post:
# http://forum.sourcefabric.org/discussion/13563/first-step-to-run-airtime-via-nginx-based-on-airtime-2.0-beta-files
exec >> (tee install_log.txt)
exec > >(tee install_log.txt)
exec 2>&1
if [ "$(id -u)" != "0" ]; then