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 | 9694ed60541853cf6bb8d955b4b240dd853fa3fc (patch) | |
tree | a760946cc7522fd4789c07d8c154677317c6d1e3 /hooks/file-mirror-automount | |
parent | Adding upstream version 1.4.3. (diff) | |
download | mmdebstrap-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-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 |