sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
653 stars 444 forks source link

Install issue #112

Closed stevetoza closed 9 years ago

stevetoza commented 9 years ago

When using the install script : http://sentora.org/install

Getting

Enter the sub-domain you want to access Sentora panel: panel.domain.co.uk Enter (or confirm) the public IP for this server: 192.xxx.xx.xx

OK: DNS successfully resolves panel.domain.co.uk to 192.xxx.xx.xx

All is ok. Do you want to install Sentora now (y/n)? y install: line 300: syntax error near unexpected token >' install: line 300:exec > >(tee "$logfile")'

On CentOS 6 and 7

allebb commented 9 years ago

What OS/Distribution you trying to run it on?

Any chance you had downloaded the installer on a Windows machine and attempted to make changes to any of the lines before saving and then attempting to use the installer on a Linux machine? - If so, you'll need to use something like DOS2Unix before it will work correctly on the server.... We definitely do NOT recommend you making changes the installer though!

On 2 February 2015 at 21:35, Steve Tozer notifications@github.com wrote:

When using the install script : http://sentora.org/install

Getting

Enter the sub-domain you want to access Sentora panel: panel.domain.co.uk Enter (or confirm) the public IP for this server: 192.xxx.xx.xx

OK: DNS successfully resolves panel.domain.co.uk to 192.xxx.xx.xx

All is ok. Do you want to install Sentora now (y/n)? y install: line 300: syntax error near unexpected token >' install: line 300:exec > >(tee "$logfile")'

— Reply to this email directly or view it on GitHub https://github.com/sentora/sentora-core/issues/112.