forked from josch/mmdebstrap
hooks/file-mirror-automount/setup00.sh: prefix warning with W:
This commit is contained in:
parent
0973de1530
commit
1cf0d87a60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue