update
This commit is contained in:
parent
c7325645be
commit
30f499f3cd
|
|
@ -19,8 +19,10 @@ openrestyDir=${serverPath}/source/openresty
|
|||
|
||||
Install_openresty()
|
||||
{
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
if [ "${action}" == "install" ];then
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# ----- cpu start ------
|
||||
|
|
|
|||
|
|
@ -19,8 +19,10 @@ openrestyDir=${serverPath}/source/openresty
|
|||
|
||||
Install_openresty()
|
||||
{
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
if [ "${action}" == "install" ];then
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# ----- cpu start ------
|
||||
|
|
|
|||
|
|
@ -20,8 +20,10 @@ openrestyDir=${serverPath}/source/openresty
|
|||
|
||||
Install_openresty()
|
||||
{
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
if [ "${action}" == "install" ];then
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# ----- cpu start ------
|
||||
|
|
|
|||
|
|
@ -20,8 +20,10 @@ openrestyDir=${serverPath}/source/openresty
|
|||
|
||||
Install_openresty()
|
||||
{
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
if [ "${action}" == "install" ];then
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# ----- cpu start ------
|
||||
|
|
|
|||
|
|
@ -20,8 +20,10 @@ openrestyDir=${serverPath}/source/openresty
|
|||
|
||||
Install_openresty()
|
||||
{
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
if [ "${action}" == "install" ];then
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# ----- cpu start ------
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ openrestyDir=${serverPath}/source/openresty
|
|||
|
||||
Install_openresty()
|
||||
{
|
||||
echo "action:${action}"
|
||||
if [ "${action}" == "install" ];then
|
||||
if [ -d $serverPath/openresty ];then
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue