summaryrefslogtreecommitdiffstats
path: root/hooks/file-mirror-automount
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
commit9694ed60541853cf6bb8d955b4b240dd853fa3fc (patch)
treea760946cc7522fd4789c07d8c154677317c6d1e3 /hooks/file-mirror-automount
parentAdding upstream version 1.4.3. (diff)
downloadmmdebstrap-9694ed60541853cf6bb8d955b4b240dd853fa3fc.tar.xz
mmdebstrap-9694ed60541853cf6bb8d955b4b240dd853fa3fc.zip
Adding upstream version 1.5.0.upstream/1.5.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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