mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
build: tell user about removal of non-git repo
This commit is contained in:
parent
c7758a578c
commit
281a3cd478
1 changed files with 2 additions and 0 deletions
|
|
@ -251,7 +251,9 @@ git_clone()
|
|||
fi
|
||||
|
||||
if [ -d "${1}" ]; then
|
||||
echo -n ">>> Removing ${1}... "
|
||||
rm -r "${1}"
|
||||
echo "done"
|
||||
fi
|
||||
|
||||
echo ">>> Cloning ${1}:"
|
||||
|
|
|
|||
Loading…
Reference in a new issue