From b94a3e4a0b277ac78e4978daabaf8a2a62a801d8 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 27 Mar 2026 17:09:42 -0700 Subject: [PATCH] Add an explicit bye since goodbye does not seem to be working still? --- rc_shared.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/rc_shared.sh b/rc_shared.sh index 131bce4..31e1217 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -40,6 +40,7 @@ alias shared-reload="update-shared" # Shortcuts function send-master { send_master.sh; } +function goodbye { update -y; bye; } # Enhance Bin Scripts