fix: remove redundant restart message from update launchd path
launchd_restart() already prints stop/start confirmation via its internal helpers — the extra 'Gateway restarted via launchd' line was redundant. Update test assertion to match.
This commit is contained in:
@@ -3380,7 +3380,6 @@ def cmd_update(args):
|
||||
print("→ Restarting gateway service...")
|
||||
try:
|
||||
launchd_restart()
|
||||
print("✓ Gateway restarted via launchd.")
|
||||
except subprocess.CalledProcessError as e:
|
||||
stderr = (getattr(e, "stderr", "") or "").strip()
|
||||
print(f"⚠ Gateway restart failed: {stderr}")
|
||||
|
||||
Reference in New Issue
Block a user