diff --git a/vpn_node/scripts/download.sh b/vpn_node/scripts/download.sh index 619da86..d93b704 100755 --- a/vpn_node/scripts/download.sh +++ b/vpn_node/scripts/download.sh @@ -11,3 +11,8 @@ unzip -q dist.zip -d dist/ ln -sfn nakolenke_vpn_node-${VERSION} dist/current echo "✓ downloaded v2ray v${VERSION}" ls -lh dist/ + +echo "✓ downloaded vpn_node v${VERSION}" +ls -la dist/current/ +ls -la dist/current/systemd/ 2>/dev/null || echo "❌ systemd dir not found" +ls -la dist/current/debian/ 2>/dev/null || echo "❌ debian dir not found"