1.0.36 release

This commit is contained in:
longpanda
2021-02-27 17:57:41 +08:00
parent 7b08954e57
commit cbbd57eee5
58 changed files with 136 additions and 1042 deletions

View File

@@ -97,6 +97,11 @@ if [ -f ./tool/$TOOLDIR/V2DServer.xz ]; then
chmod +x ./tool/$TOOLDIR/V2DServer
fi
V2DServer "$HOST" "$PORT" &
wID=$!
sleep 1
vtVer=$(cat ventoy/version)
echo ""
echo "==============================================================="
@@ -112,7 +117,7 @@ echo ""
echo "################## Press Ctrl + C to exit #####################"
echo ""
V2DServer "$HOST" "$PORT"
wait $wID
if [ -n "$OLDDIR" ]; then
CURDIR=$(pwd)