From fc2588a51509a85ac60946c3643d8363465b5543 Mon Sep 17 00:00:00 2001 From: Sebastian Cabrera Date: Thu, 2 Jul 2026 10:28:48 -0400 Subject: [PATCH] fix claude is kinda stupid still --- update-panel.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/update-panel.sh b/update-panel.sh index aad16fd..c434fce 100755 --- a/update-panel.sh +++ b/update-panel.sh @@ -2,7 +2,7 @@ set -euo pipefail ######################################## -# Seby's Calagopus Wings Updater +# Seby's Calagopus Panel Updater ######################################## ######################################## @@ -60,7 +60,7 @@ cat << "EOF" \____\__,_|_|\__,_|\__, |\___/| .__/ \__,_|___/ |___/ |_| - Calagopus Wings Updater | v1.0 + Calagopus Panel Updater | v1.1 EOF @@ -97,7 +97,7 @@ fi ######################################## # Update ######################################## -section "Stopping Wings" +section "Stopping Panel" docker compose down say "Stopped" @@ -105,9 +105,9 @@ section "Pulling Latest Images" docker compose pull say "Images updated" -section "Starting Wings" +section "Starting Panel" docker compose up -d -say "Wings is back up" +say "The panel is back up" ######################################## # Cleanup @@ -124,4 +124,4 @@ else fi section "Done" -say "Calagopus Wings update complete." +say "Calagopus Panel update complete."