fix(daemon, setup): Improve shutdown command detection and fallback logic; update setup script to use absolute Node/npm paths

This commit is contained in:
2025-03-26 15:49:54 +00:00
parent 83ba9c2611
commit be6a7314c3
4 changed files with 187 additions and 24 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/nupst',
version: '2.6.4',
version: '2.6.5',
description: 'Node.js UPS Shutdown Tool for SNMP-enabled UPS devices'
}