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
|
exit 5
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
_echo "Creating ${destination} ..."
|
||||||
mkdir -p "${destination}" || _exit_err "Failed to create ${destination}."
|
mkdir -p "${destination}" || _exit_err "Failed to create ${destination}."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue