From 9694ed60541853cf6bb8d955b4b240dd853fa3fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:04:12 +0200 Subject: Adding upstream version 1.5.0. Signed-off-by: Daniel Baumann --- hooks/file-mirror-automount/setup00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks/file-mirror-automount') diff --git a/hooks/file-mirror-automount/setup00.sh b/hooks/file-mirror-automount/setup00.sh index 61f60f2..6ccbdaf 100755 --- a/hooks/file-mirror-automount/setup00.sh +++ b/hooks/file-mirror-automount/setup00.sh @@ -15,7 +15,7 @@ env APT_CONFIG="$MMDEBSTRAP_APT_CONFIG" apt-get indextargets --no-release-info - | while read -r path; do mkdir -p "$rootdir/run/mmdebstrap" if [ ! -d "/$path" ]; then - echo "/$path is not an existing directory" >&2 + echo "W: /$path is not an existing directory" >&2 continue fi case $MMDEBSTRAP_MODE in -- cgit v1.2.3