diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:04:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:04:12 +0000 |
commit | 184e81741dd97773953241571cd059e5cadea9aa (patch) | |
tree | d3990b8bc6d54cb2e0dd625fedb39219fa883149 /hooks/file-mirror-automount/setup00.sh | |
parent | Adding debian version 1.4.3-6. (diff) | |
download | mmdebstrap-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-x | hooks/file-mirror-automount/setup00.sh | 2 |
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 |