Browse Source

Merge branch 'master' into doctor

old-stable
Mitesh Shah 11 years ago
parent
commit
fbe14f5ff4
  1. 6
      usr/local/sbin/easyengine

6
usr/local/sbin/easyengine

@ -1230,7 +1230,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ]
then then
# Display Easy Engine Version # Display Easy Engine Version
echo "easyengine version: 1.2" echo "easyengine version: 1.2.1"
# Easy Engine Info # Easy Engine Info
elif [ "$1" = "info" ] elif [ "$1" = "info" ]
@ -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