I had the same issue yesterday.
I downloaded the install file many times and it would not run.
I then removed this line:-
echo -e "\n\n\033[1;37 Update to new version . released By web4host.net\033[0m$
as it does not have a "; at the end. I also removed the $ from the end of this line and the script then ran ok
install_user=ftp install_group=ftp ./configure --prefix=/usr --sysconfdir=/etc $
Not sure if we need that $ ?
I downloaded the install file many times and it would not run.
I then removed this line:-
echo -e "\n\n\033[1;37 Update to new version . released By web4host.net\033[0m$
as it does not have a "; at the end. I also removed the $ from the end of this line and the script then ran ok
install_user=ftp install_group=ftp ./configure --prefix=/usr --sysconfdir=/etc $
Not sure if we need that $ ?