fix claude is kinda stupid still
This commit is contained in:
parent
75feeb3206
commit
fc2588a515
1 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
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
|
EOF
|
||||||
|
|
||||||
|
|
@ -97,7 +97,7 @@ fi
|
||||||
########################################
|
########################################
|
||||||
# Update
|
# Update
|
||||||
########################################
|
########################################
|
||||||
section "Stopping Wings"
|
section "Stopping Panel"
|
||||||
docker compose down
|
docker compose down
|
||||||
say "Stopped"
|
say "Stopped"
|
||||||
|
|
||||||
|
|
@ -105,9 +105,9 @@ section "Pulling Latest Images"
|
||||||
docker compose pull
|
docker compose pull
|
||||||
say "Images updated"
|
say "Images updated"
|
||||||
|
|
||||||
section "Starting Wings"
|
section "Starting Panel"
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
say "Wings is back up"
|
say "The panel is back up"
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|
@ -124,4 +124,4 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
section "Done"
|
section "Done"
|
||||||
say "Calagopus Wings update complete."
|
say "Calagopus Panel update complete."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue