rename lightspeed -> litespeed
This commit is contained in:
parent
8c456090c4
commit
ffab49b245
|
@ -27,11 +27,11 @@ elif [ -n "$nginx_version" ] ; then
|
|||
echo "TODO install nginx"
|
||||
exit 1
|
||||
|
||||
elif [ -n "$lightspeed_version" ] ; then
|
||||
if [ "$lightspeed_version" != 'latest' ] ; then
|
||||
elif [ -n "$litespeed_version" ] ; then
|
||||
if [ "$litespeed_version" != 'latest' ] ; then
|
||||
echo "TODO install specific litespeed version"
|
||||
echo ""
|
||||
echo "Specify \"Lightspeed_version='latest'\" to install current version."
|
||||
echo "Specify \"litespeed_version='latest'\" to install current version."
|
||||
exit 1
|
||||
fi
|
||||
if [ -n "$wp_user" ] ; then
|
||||
|
@ -49,7 +49,7 @@ elif [ -n "$lightspeed_version" ] ; then
|
|||
&& success="1" \
|
||||
&& ufw allow 7080
|
||||
else
|
||||
echo "TODO install lightspeed without WordPress"
|
||||
echo "TODO install litespeed without WordPress"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue