From 4e47d1764d26b17b84d5576973a6b63b4cfb62d5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 6 Feb 2026 13:33:50 +0800 Subject: [PATCH] bugfix --- app/{vdb.py => vdbapp.py} | 0 build.sh | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename app/{vdb.py => vdbapp.py} (100%) diff --git a/app/vdb.py b/app/vdbapp.py similarity index 100% rename from app/vdb.py rename to app/vdbapp.py diff --git a/build.sh b/build.sh index 1d0cdba..087b95f 100644 --- a/build.sh +++ b/build.sh @@ -8,7 +8,6 @@ sudo apt install redis-server python3 -m venv py3 source py3/bin/activate pip install . -pip install apppublic sqlor ahserver bricks-for-python mkdir $cdir/logs cd $cdir cat > $cdir/vdb.service < $cdir/start.sh < $cdir/stop.sh <