This commit is contained in:
goldsquid
2025-12-06 14:02:29 +07:00
parent 6569ab8c60
commit ad54a39126

View File

@@ -9,7 +9,7 @@
# ./list-restorable.sh -a # Same as --all # ./list-restorable.sh -a # Same as --all
dir="$(dirname "$0")" dir="$(dirname "$0")"
registry_file="${dir}/../compose_registry.json" registry_file="${dir}/compose_registry.json"
backup_dir="/backup" backup_dir="/backup"
if [ ! -f "$registry_file" ]; then if [ ! -f "$registry_file" ]; then