make_mirror.sh: list remaining files if /var/cache/apt/archives/ is not empty

pull/1/head
parent a69a2d39b8
commit 70cf6b39df
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -203,7 +203,8 @@ END
comm -23 "$rootdir/oldaptnames" "$rootdir/newaptnames" | xargs --delimiter="\n" --no-run-if-empty rm
# now the apt cache should be empty
if [ ! -z "$(ls -1qA "$rootdir/var/cache/apt/archives/")" ]; then
echo "/var/cache/apt/archives not empty"
echo "$rootdir/var/cache/apt/archives not empty:"
ls -la "$rootdir/var/cache/apt/archives/"
exit 1
fi

Loading…
Cancel
Save