You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# sh install.sh
Checking internet connection... [DONE]
install.sh: line 68: syntax error near unexpected token `>'
install.sh: line 68: `exec > >(tee -i /var/log/ispconfig_setup.log)'
# sh install.sh
Checking internet connection... [DONE]
Checking your system, please wait... [DONE]
install.sh: line 145: /tmp/ispconfig/servisys-ispconfig_setup-a0b4211/distros/centos7/install_hhvm.sh: No such file or directory
install.sh: line 156: /tmp/ispconfig/servisys-ispconfig_setup-a0b4211/distros/centos7/install_basephp.sh: No such file or directory
-> install_hhvm.sh
InstallHHVM() {
if [ $CFG_SETUP_WEB = "yes" ]; then
echo -n "Installing HHVM (Hip Hop Virtual Machine)... "
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
hide_output yum -y update
yum -y install hhvm
echo -e "[${green}DONE${NC}]\n"
fi
}
1 - exec > >(tee -i /var/log/ispconfig_setup.log)
CentOs syntax error for '>()', use mkfifo
2 create in /distros/centos7/
-> install_hhvm.sh
-> install_basephp.sh
The text was updated successfully, but these errors were encountered: