Hi,
When I tried to setup DA, at the end it shown following errors..
Here is the code present..
How to correct it?
When I tried to setup DA, at the end it shown following errors..
Code:
/root/da-setup.sh: line 1992: unexpected EOF while looking for matching `}'
/root/da-setup.sh: line 2011: syntax error: unexpected end of file
Here is the code present..
Code:
1987 #run it
1988 chmod 755 ${CSF_SH}
1989 ${CSF_SH} >> ${CSF_LOG} 2>&1
1990 fi
1991
1992 ${BUILD) secuire_php
1993 fi
1994
1995 rm -f /usr/lib/sendmail
1996 ln -s ../sbin/sendmail /usr/lib/sendmail
1997
1998 if [ -s /usr/local/directadmin/conf/directadmin.conf ]; then
1999 echo ""
2000 echo "Install Complete!";
2001 echo "If you cannot connect to the login URL, then it is likely that a firewall is blocking port 2222. Please see:"
2002 echo " https://help.directadmin.com/item.php?id=75"
2003 fi
2004
2005 printf \\a
2006 sleep 1
2007 printf \\a
2008 sleep 1
2009 printf \\a
2010
How to correct it?