fix(systemd): Shorten closing log divider in systemd service installation output for consistent formatting.

This commit is contained in:
2025-03-26 18:15:17 +00:00
parent 539547beb8
commit fa4516de3b
3 changed files with 8 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ WantedBy=multi-user.target
// Enable the service
execSync('systemctl enable nupst.service');
console.log('│ Service enabled to start on boot');
console.log('└────────────────────────────────────────────────┘');
console.log('└─────────────────────────────────────────────┘');
} catch (error) {
if (error.message === 'Configuration not found') {
// Just rethrow the error as the message has already been displayed