Skip to content

Commit

Permalink
Merge pull request #1 from martinisoft/small_bugfixes
Browse files Browse the repository at this point in the history
Small bugfixes
  • Loading branch information
mpapis committed Jan 2, 2012
2 parents d88e032 + c420906 commit 8cc89a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nginx/bin/server/enable
Expand Up @@ -9,10 +9,10 @@ then
log fail "project must be specified for 'nginx project'"
fi

if files exist "${service_config_path}/servers/$project.conf.disbled"
if files exist "${service_config_path}/servers/$project.conf.disabled"
then
file move \
from "${service_config_path}/servers/$project.conf.disbled" \
from "${service_config_path}/servers/$project.conf.disabled" \
to "${service_config_path}/servers/$project.conf"
else
if ! files exist "${service_config_path}/servers/$project.conf"
Expand Down
2 changes: 1 addition & 1 deletion nginx/shell/functions
Expand Up @@ -276,7 +276,7 @@ nginx_os_dependencies_install()

elif command exists apt-get
then
apt-get install build-essential openssl curl zlib1g zlib1g-dev libssl-dev pcre pcre-dev
apt-get install build-essential openssl curl zlib1g zlib1g-dev libssl-dev libpcre3-dev

elif command exists yum
then
Expand Down

0 comments on commit 8cc89a7

Please sign in to comment.