Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Fix outputed informations
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jul 22, 2017
1 parent f86c493 commit c16aa1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ scriptsWorkDir()
installation()
{
local fileToInstall="${1}"
quiet="${2}"
quiet=${2}

# We check the script
scriptExist "${fileToInstall}"
Expand Down Expand Up @@ -668,7 +668,7 @@ update()
downloadScript

# We install the new script
installation ${currentDir}${script} false
installation ${currentDir}${script} true
# We log && print message
printf "Checking Version" && printf "Checking Version" >> ${logOutput}

Expand Down

0 comments on commit c16aa1a

Please sign in to comment.