make sure we address the VHOST_DIR directory, it may be a symlink

This commit is contained in:
Antoine Beaupr�� 2014-11-21 17:18:25 +00:00
parent a9ebd14882
commit e68544637a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if [ ! -z "$(cat "$RELOAD_WEB")" ] ; then
else
echo "Include \"$LOGFORMAT_FILE\""
fi
find "$VHOST_DIR" -mindepth 2 -type f -iname "*.conf" -print0 | xargs -0 cat
find "$VHOST_DIR/" -mindepth 2 -type f -iname "*.conf" -print0 | xargs -0 cat
echo "###END OF ALTERNC AUTO-GENERATED FILE - DO NOT EDIT MANUALLY###"
) > "$tempo"