mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
enhance: improve service recovery feedback in installation script
Add clearer messaging when service recovery succeeds to provide better user feedback during installation process. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1891,6 +1891,7 @@ EOF
|
||||
# Try to fix common issues and restart
|
||||
if validate_service_configuration && systemctl start "$SERVICE_NAME" >/dev/null 2>&1; then
|
||||
print_success "Service recovered successfully after fixing configuration issues."
|
||||
print_info "Pulse service is now running normally."
|
||||
return 0
|
||||
else
|
||||
print_error "Automatic recovery failed."
|
||||
|
||||
Reference in New Issue
Block a user