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:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:13 +0000
commitb44eedad97b5c4559a56c18299c74a99838320ca (patch)
treec0475e623f269ecd61317cc69572e4835e1889dc /hooks/file-mirror-automount/setup00.sh
parentReleasing progress-linux version 1.4.3-6~progress7.99u1. (diff)
downloadmmdebstrap-b44eedad97b5c4559a56c18299c74a99838320ca.tar.xz
mmdebstrap-b44eedad97b5c4559a56c18299c74a99838320ca.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