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

Commit

Permalink
Fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jul 19, 2017
1 parent 06e74b2 commit 1b46d26
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions funceble
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ outputInvalidResult=${outputDir}splited/invalid.txt

# Output of error results
outputErrorResult=${outputDir}splited/inactive.txt

# Output of persentage log
outputPercentageLog=${percentageLogOutput}percentage.txt
################################################################################
############################## Default Values ##################################
# IP for host file
Expand Down Expand Up @@ -1355,9 +1358,9 @@ main()
if [[ ${showPercentage} == true ]]
then
# We print on screen the percentage and its header
beforeHeader ${percentageLogOutput}${fileNameDate}
printHeader 'Percentage' && printHeader 'Percentage' > ${percentageLogOutput}${fileNameDate}
prints 'Percentage' && prints 'Percentage' >> ${percentageLogOutput}${fileNameDate}
beforeHeader ${outputPercentageLog}
printHeader 'Percentage' && printHeader 'Percentage' > ${outputPercentageLog}
prints 'Percentage' && prints 'Percentage' >> ${outputPercentageLog}
fi
}

Expand Down

0 comments on commit 1b46d26

Please sign in to comment.