From 318e41d84c0dddc2eee90a7ff157f53af49e49c4 Mon Sep 17 00:00:00 2001 From: Marc-Berg Date: Tue, 6 May 2025 11:29:49 +0200 Subject: [PATCH 1/2] Changed the description on Docker Hub --- .github/workflows/update-docker-readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docker-readme.yml b/.github/workflows/update-docker-readme.yml index f415248..3f846eb 100644 --- a/.github/workflows/update-docker-readme.yml +++ b/.github/workflows/update-docker-readme.yml @@ -20,7 +20,7 @@ jobs: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} repository: buanet/iobroker - short-description: Official Docker image for ioBroker based on Debian Bullseye slim + short-description: Official Docker image for ioBroker based on Debian Bookworm slim readme-filepath: ./docs/README_docker_hub_buanet.md - name: Update Docker Hub Readme (iobroker) @@ -29,5 +29,5 @@ jobs: username: ${{ secrets.DOCKER_USER_IOB }} password: ${{ secrets.DOCKER_PASS_IOB }} repository: iobroker/iobroker - short-description: Official Docker image for ioBroker based on Debian Bullseye slim + short-description: Official Docker image for ioBroker based on Debian Bookworm slim readme-filepath: ./docs/README_docker_hub_iobroker.md \ No newline at end of file From 98559888d451b0ef16d876b97092033176dbc9aa Mon Sep 17 00:00:00 2001 From: Marc-Berg Date: Fri, 16 May 2025 13:05:17 +0200 Subject: [PATCH 2/2] Sorted list of backup files --- debian12/scripts/maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian12/scripts/maintenance.sh b/debian12/scripts/maintenance.sh index b4815db..9fd0344 100644 --- a/debian12/scripts/maintenance.sh +++ b/debian12/scripts/maintenance.sh @@ -245,7 +245,7 @@ restore_iobroker() { # list backup files backup_dir="/opt/iobroker/backups" - backup_files=($(find $backup_dir -type f)) + backup_files=($(find $backup_dir -type f | sort)) backup_count=${#backup_files[@]} if [[ $backup_count -eq 0 ]]; then