Cosmetic typo fixed in checkExist.

Tested function.
This commit is contained in:
Asif Bacchus 2018-09-06 02:10:55 -06:00
parent e255bfb8c8
commit 2c51deb600
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function checkExist {
fi
elif [ "$1" = "verify" ]; then
if [ -e "$2" ]; then
echo -e "\e[0m[`date +%Y-%m-%d` `date +%H:%M:%S`]Confirmed:" \
echo -e "\e[0m[`date +%Y-%m-%d` `date +%H:%M:%S`] Confirmed:" \
"\e[0;33m${2}\e[0m" >> $logFileVerbose
return 0
else