Remove an unwanted echo
This commit is contained in:
parent
84aa0e9d15
commit
da921ae09a
1 changed files with 0 additions and 1 deletions
|
@ -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$ ]]
|
||||||
|
|
Reference in a new issue