Removed silent output from upme and added Single Maintenance File

This commit is contained in:
2025-09-25 02:42:24 -04:00
parent e8c0b32a5b
commit 01e92017c1
2 changed files with 316 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ process_directory() {
# Change to the directory
cd "$dir" || exit
# Pull the docker compose, suppressing stdout and stderr
docker compose pull > /dev/null 2>&1
docker compose pull
docker compose up -d --remove-orphans
# Go back to the previous directory
cd - > /dev/null 2>&1