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 APTASSUMEYES
# Define Nginx Package # Define Nginx Package
if [ -f /etc/lsb-release ] if [ "$LINUX_DISTRO" == "Ubuntu" ]
then then
NGINXPACKAGE=nginx-custom NGINXPACKAGE=nginx-custom
elif [ -f /etc/debian_version ] elif [ "$LINUX_DISTRO" == "Debian" ]
then then
NGINXPACKAGE=nginx-full NGINXPACKAGE=nginx-full
fi fi

Loading…
Cancel
Save