some minor changes

This commit is contained in:
makotosan 2019-03-31 01:56:27 +01:00
parent aa8e2febb2
commit f1ce8b6894

4
wpfind
View file

@ -7,7 +7,7 @@
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# app version number # app version number
version="0.1.3" version="0.1.3.1"
# logfile # logfile
logfile="wpfind.log" logfile="wpfind.log"
touch $logfile touch $logfile
@ -179,7 +179,7 @@ function main() {
beginProcess=$($date +'%s') beginProcess=$($date +'%s')
printf "$NORMAL""Analyzing...(this may take a (very)(long) while)\n""$NORMAL" printf "$NORMAL""Analyzing...(this may take a (very)(long) while)\n""$NORMAL"
# check if detox is installed # check if dependencies are installed
depInstalled depInstalled
# create the outputDir if doesn't exist # create the outputDir if doesn't exist