func cleanup: fixed printf typo

This commit is contained in:
Asif Bacchus 2019-05-25 19:53:00 -06:00
parent 204ff41f98
commit 55dc9fac04
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ cleanup () {
>> "$logFile"
printf "removed --${norm}\n" >> "$logFile"
else
prinf "${cyan}[%s] -- [INFO] 503 error page removed --${norm}\n" \
printf "${cyan}[%s] -- [INFO] 503 error page removed --${norm}\n" \
"$(stamp)" >> "$logFile"
fi
fi