forked from ungleich-public/ccollect
Inform about create
This commit is contained in:
parent
e3555ed018
commit
4c2737cb5b
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ if [ -e "${destination}" ]; then
|
|||
exit 5
|
||||
fi
|
||||
else
|
||||
_echo "Creating ${destination} ..."
|
||||
mkdir -p "${destination}" || _exit_err "Failed to create ${destination}."
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue