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

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-03-23 22:37:26 +01:00
parent 0973de1530
commit 1cf0d87a60
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -15,7 +15,7 @@ env APT_CONFIG="$MMDEBSTRAP_APT_CONFIG" apt-get indextargets --no-release-info -
| while read -r path; do | while read -r path; do
mkdir -p "$rootdir/run/mmdebstrap" mkdir -p "$rootdir/run/mmdebstrap"
if [ ! -d "/$path" ]; then if [ ! -d "/$path" ]; then
echo "/$path is not an existing directory" >&2 echo "W: /$path is not an existing directory" >&2
continue continue
fi fi
case $MMDEBSTRAP_MODE in case $MMDEBSTRAP_MODE in