This commit is contained in:
goldsquid
2025-12-13 15:22:51 +07:00
parent 5ac31610f7
commit cfe0b50ae1
7 changed files with 14 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ for file in "${restore_files[@]}"; do
echo "Error: /backup directory does not exist. download from http and extract directly to /var/lib/docker"
curl -# "${2}${file}" | zstd -d | tar -xvf - --dereference -C /
curl --ipv4 -# "${2}${file}" | zstd -d | tar -xvf - --dereference -C /
if [ $? -ne 0 ]; then
echo "Error processing $file"