]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-status
backup-status: Fix wrong path in size calculation
[backup-script.git] / bin / backup-status
index 72869ba67baaab593b329ede9ecb22741c4cbc1e..aa83ef9baa650d813f1e78d105c512dfd0679032 100755 (executable)
@@ -127,7 +127,7 @@ for f in $sys; do
                done
        else
                # Timestamp and result code
-               Check_Size "$s"
+               Check_Size "$target"
                Check_Stamp "$target/.stamp"
                snapshots=$snapshots+1
        fi