Commit 85a9b3ad authored by tywldx's avatar tywldx

fix

parent e28adaa3
...@@ -44,7 +44,7 @@ echo "sed xyqb.com to liangkebang.com" ...@@ -44,7 +44,7 @@ echo "sed xyqb.com to liangkebang.com"
find ${package_path}/ -name "*.js" | xargs sed -i "s#.xyqb.com#-$NAMESPACE.liangkebang.com#g" find ${package_path}/ -name "*.js" | xargs sed -i "s#.xyqb.com#-$NAMESPACE.liangkebang.com#g"
echo "sed html */public to empty" echo "sed html */public to empty"
find ${package_path}/ -name "*.html" | xargs sed -i "s#\/([^/]*)\/public\/#\/#g" find ${package_path}/ -name "*.html" | xargs sed -i "s#\/[^/]*\/public\/#\/#g"
......
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