fix(cli, systemd): Adjust log formatting for consistent output in CLI and systemd commands
This commit is contained in:
@@ -919,7 +919,7 @@ Options:
|
||||
|
||||
if (isActive) {
|
||||
// Service is running, restart it
|
||||
console.log('┌─ Service Update ─────────────────────────┐');
|
||||
console.log('┌─ Service Update ──────────────────────────┐');
|
||||
console.log('│ Configuration has changed.');
|
||||
console.log('│ Restarting NUPST service to apply changes...');
|
||||
|
||||
@@ -939,7 +939,7 @@ Options:
|
||||
console.log('│ sudo systemctl restart nupst.service');
|
||||
}
|
||||
|
||||
console.log('└──────────────────────────────────────────┘');
|
||||
console.log('└───────────────────────────────────────────┘');
|
||||
}
|
||||
} catch (error) {
|
||||
// Ignore errors checking service status
|
||||
|
Reference in New Issue
Block a user