From ad54a391261574ae730fc6b2023984833c29ffac Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 6 Dec 2025 14:02:29 +0700 Subject: [PATCH] fix --- list-restorable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list-restorable.sh b/list-restorable.sh index 6288b158..ecb8fc96 100755 --- a/list-restorable.sh +++ b/list-restorable.sh @@ -9,7 +9,7 @@ # ./list-restorable.sh -a # Same as --all dir="$(dirname "$0")" -registry_file="${dir}/../compose_registry.json" +registry_file="${dir}/compose_registry.json" backup_dir="/backup" if [ ! -f "$registry_file" ]; then