hooks/file-mirror-automount/setup00.sh: prefix warning with W:

main
parent 0973de1530
commit 1cf0d87a60
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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

Loading…
Cancel
Save