This commit is contained in:
shocknet-justin 2025-11-27 01:12:52 -05:00
parent eacf948096
commit 62428309fe
2 changed files with 0 additions and 2 deletions

View file

@ -40,7 +40,6 @@ handle_macos() {
pub_upgrade_status=100 pub_upgrade_status=100
;; ;;
2) 2)
log "Lightning.Pub is already up-to-date. No action needed."
pub_upgrade_status=2 pub_upgrade_status=2
;; ;;
*) *)

View file

@ -231,7 +231,6 @@ else
pub_upgrade_status=100 # Indicates an upgrade, services should restart pub_upgrade_status=100 # Indicates an upgrade, services should restart
;; ;;
2) 2)
log "Lightning.Pub is already up-to-date. No action needed."
pub_upgrade_status=2 # Special status to skip service restart pub_upgrade_status=2 # Special status to skip service restart
;; ;;
*) *)