Skip to content

Commit

Permalink
typo in inc/nginx_configure.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Feb 12, 2016
1 parent 8148246 commit 6df9822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/nginx_configure.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dynamicmodule_file() {
echo
DYNAMIC_SUPPORT=y
# create include file to load nginx dynamic modules in main context in nginx.conf
if [[ "$INITIALINSTALL" = [yY] ]]; then
if [[ "$INITIALINSTALL" != [yY] ]]; then
rm -rf /usr/local/nginx/conf/dynamic-modules.conf
fi
touch /usr/local/nginx/conf/dynamic-modules.conf
Expand Down

0 comments on commit 6df9822

Please sign in to comment.