Remove an unwanted echo

This commit is contained in:
Yorick Barbanneau 2019-11-10 03:07:05 +01:00
parent 84aa0e9d15
commit da921ae09a

View file

@ -286,7 +286,6 @@ install_bin ()
# Test parameters : we need to know if it's a git repo or a file # Test parameters : we need to know if it's a git repo or a file
[[ $1 == "uninstall" || $1 == "-u" ]] && { install=0; printf "Activate uninstall mode\n"; shift; } [[ $1 == "uninstall" || $1 == "-u" ]] && { install=0; printf "Activate uninstall mode\n"; shift; }
echo $install
[ "$*" = "" ] && die "You must specify a bootstrap file" 10 1 [ "$*" = "" ] && die "You must specify a bootstrap file" 10 1
if [[ $* =~ ^https://.*\.git$ || $* =~ ^ssh://.*\.git$ ]] if [[ $* =~ ^https://.*\.git$ || $* =~ ^ssh://.*\.git$ ]]