diff --git a/build.sh b/build.sh index 20ad419..7b73bae 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ bash build.sh cd $cdir # Symlink bricks -ln -sf pkgs/bricks/dist wwwroot/bricks 2>/dev/null || true +ln -sf ../pkgs/bricks/dist wwwroot/bricks 2>/dev/null || true # Install appbase and rbac pip install -q -e pkgs/appbase