What steps will reproduce the problem?
Invoke `sudo ./install_fusionpbx.sh install-both user |tee
/tmp/install_fusion.log` on Ubuntu 10.04 LTS, continue through prompts until
Git section
What is the expected output? What do you see instead?
Expected not to see any errors from grep. See:
Press Enter to continue (check for errors)/bin/grep:
/tmp/install_fusion_status: No such file or directory
What version of the product are you using? On what operating system?
Latest, Ubuntu 10.04 LTS
Please provide any additional information below.
#------------------------
# GIT FREESWITCH
#------------------------
/bin/grep 'git_done' /tmp/install_fusion_status > /dev/null
This grep is piped to /dev/null, but that doesn't take errors sent to STDOUT
into account. Suggest either a STDOUT redirect for this command or a file
existence check (failing it touches the file).
Original issue reported on code.google.com by mzxgiant@gmail.com on 28 Nov 2012 at 9:45
Original issue reported on code.google.com by
mzxgiant@gmail.com
on 28 Nov 2012 at 9:45