full_install syntax error
This commit is contained in:
parent
80861bc643
commit
cbd495da28
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue