mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
add some meaningful outputSigned-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
61f13a334d
commit
641951b3a0
1 changed files with 2 additions and 0 deletions
|
@ -529,6 +529,8 @@ make_repo() {
|
||||||
# If the directory exists,
|
# If the directory exists,
|
||||||
if [[ -d "${directory}" ]]; then
|
if [[ -d "${directory}" ]]; then
|
||||||
# Return with a 1 to exit the installer. We don't want to overwrite what could already be here in case it is not ours
|
# Return with a 1 to exit the installer. We don't want to overwrite what could already be here in case it is not ours
|
||||||
|
str="Unable to clone ${remoteRepo} into ${directory}"
|
||||||
|
printf "%b %b%s\\n" "${OVER}" "${CROSS}" "${str}"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
# Clone the repo and return the return code from this command
|
# Clone the repo and return the return code from this command
|
||||||
|
|
Loading…
Reference in a new issue