Commit 07e17907 authored by daidekun's avatar daidekun

fixbugs

parent 40e6200d
......@@ -28,7 +28,7 @@ def prepare_luaui(systemNames, contextDir) {
sh "cd /home/quant_group/config_repository/lua-ui; git pull; cd -"
sh "cp -rf /home/quant_group/config_repository/lua-ui/lua/*.lua ${contextDir}"
isVhFileExist = fileExists '/home/quant_group/config_repository/lua-ui/nginx/${systemNames}.vh.conf'
def isVhFileExist = fileExists "/home/quant_group/config_repository/lua-ui/nginx/${systemNames}.vh.conf"
if (isVhFileExist) {
sh "cp -rf /home/quant_group/config_repository/lua-ui/nginx/${systemNames}.vh.conf ${contextDir}"
}else{
......
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