some minor changes
This commit is contained in:
parent
aa8e2febb2
commit
f1ce8b6894
1 changed files with 33 additions and 33 deletions
4
wpfind
4
wpfind
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue