report about whole path, not the backup name
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
422b220494
commit
229e251482
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
|
|||
# Configuration _must_ be a directory (cconfig style)
|
||||
#
|
||||
if [ ! -d "${backup}" ]; then
|
||||
_exit_err "\"${name}\" is not a cconfig-directory. Skipping."
|
||||
_exit_err "\"${backup}\" is not a cconfig-directory. Skipping."
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue