More work on nginx

This commit is contained in:
Mark J Crane
2017-03-26 14:07:55 -06:00
parent c83134b436
commit 37d0e9ec99
5 changed files with 21 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ elif [ .$cpu_architecture = .'x86' ]; then
fi
switch_source=true
switch_package=false
elif [ .$os_mode = .'64' ]; then
q elif [ .$os_mode = .'64' ]; then
verbose "Correct CPU and Operating System detected"
else
error "Unknown Operating System mode $os_mode is unsupported"