Removed populate-agent-version.js as now agent is being imported if newer than existing upon service start

This commit is contained in:
Muhammad Ibrahim
2025-09-22 02:30:12 +01:00
parent d72f96b598
commit 9a01d27d8b
4 changed files with 3 additions and 184 deletions

View File

@@ -6,7 +6,7 @@
# Configuration
PATCHMON_SERVER="${PATCHMON_SERVER:-http://localhost:3001}"
API_VERSION="v1"
AGENT_VERSION="1.2.7"
AGENT_VERSION="1.2.6"
CONFIG_FILE="/etc/patchmon/agent.conf"
CREDENTIALS_FILE="/etc/patchmon/credentials"
LOG_FILE="/var/log/patchmon-agent.log"
@@ -1219,4 +1219,4 @@ main() {
}
# Run main function
main "$@"
main "$@"