Commit 96cb1c3b by 据说甜蜜呢

删除GetServicePrefix

parent 47ac1377
......@@ -15,13 +15,6 @@ function GetServiceName()
eval $2="${name}"
}
function GetServicePrefix()
{
declare service=$1
declare prefix=($(echo ${service} | awk '{print $9}'))
eval $2="${prefix}"
}
function GetAppName()
{
declare name=($(grep -oP '(?<=AppName>)[^<]+' "./devops/app.props"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment