From 1cf0d87a60b47b6c88107dd30dc06f01ca7dfc63 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sat, 23 Mar 2024 22:37:26 +0100 Subject: [PATCH] hooks/file-mirror-automount/setup00.sh: prefix warning with W: --- hooks/file-mirror-automount/setup00.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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