mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
Update automated install/basic-install.sh
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
641951b3a0
commit
e47eb30a6e
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ make_repo() {
|
|||
# If the directory exists,
|
||||
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
|
||||
str="Unable to clone ${remoteRepo} into ${directory}"
|
||||
str="Unable to clone ${remoteRepo} into ${directory} : Directory already exists"
|
||||
printf "%b %b%s\\n" "${OVER}" "${CROSS}" "${str}"
|
||||
return 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue