summaryrefslogtreecommitdiffstats
path: root/hooks/file-mirror-automount/setup00.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:12 +0000
commit184e81741dd97773953241571cd059e5cadea9aa (patch)
treed3990b8bc6d54cb2e0dd625fedb39219fa883149 /hooks/file-mirror-automount/setup00.sh
parentAdding debian version 1.4.3-6. (diff)
downloadmmdebstrap-184e81741dd97773953241571cd059e5cadea9aa.tar.xz
mmdebstrap-184e81741dd97773953241571cd059e5cadea9aa.zip
Merging upstream version 1.5.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'hooks/file-mirror-automount/setup00.sh')
-rwxr-xr-xhooks/file-mirror-automount/setup00.sh2
1 files changed, 1 insertions, 1 deletions
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