feat: add command to show version (#604)

* feat: add -version flag for jetkvm_app

* move code to kvm package
This commit is contained in:
Aveline
2025-07-11 11:32:46 +02:00
committed by GitHub
parent ab3dda6dee
commit d704fcc6c7
6 changed files with 100 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ cd "${REMOTE_PATH}"
chmod +x jetkvm_app_debug
# Run the application in the background
PION_LOG_TRACE=${LOG_TRACE_SCOPES} GODEBUG=netdns=1 ./jetkvm_app_debug
PION_LOG_TRACE=${LOG_TRACE_SCOPES} ./jetkvm_app_debug | tee -a /tmp/jetkvm_app_debug.log
EOF
echo "Deployment complete."