Browse Source

Fixed Issue #136

old-stable
Mitesh Shah 11 years ago
parent
commit
8ee37540bb
  1. 4
      usr/local/sbin/easyengine

4
usr/local/sbin/easyengine

@ -1255,11 +1255,11 @@ then
APTASSUMEYES
# Define Nginx Package
if [ -f /etc/lsb-release ]
if [ "$LINUX_DISTRO" == "Ubuntu" ]
then
NGINXPACKAGE=nginx-custom
elif [ -f /etc/debian_version ]
elif [ "$LINUX_DISTRO" == "Debian" ]
then
NGINXPACKAGE=nginx-full
fi

Loading…
Cancel
Save