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

Commit

Permalink
Fix #65
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jul 22, 2017
1 parent eda6eba commit 0e1df83
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tool
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,24 @@ expectInstalled()
commandexist 'expect'
}

############################### nslookup Installed ################################
# We check if nslookup is installed
#
# @CalledBy installation
################################################################################
nslookupInstalled()
{
if [[ ${quiet} == false ]]
then
# We log && print message
printf "${bold}nslookup${normal} installed" && printf "nslookup installed" >> ${logOutput}
fi

commandexist 'nslookup'

}


############################## Script Work Dir #################################
# We install the working directory into the script
#
Expand Down Expand Up @@ -571,6 +589,7 @@ installation()
awkInstalled
curlInstalled
expectInstalled
nslookupInstalled
sedInstalled
sha512sumInstalled
whoisInstalled
Expand Down

0 comments on commit 0e1df83

Please sign in to comment.