updates to totaltime

This commit is contained in:
Nathaniel Landau
2015-01-07 23:34:41 -05:00
parent ea4a723e16
commit f604fa958e

View File

@@ -356,7 +356,7 @@ function mainScript() {
# Time the script by logging the end time
ENDTIME=$(date +"%s")
TOTALTIME=$((${ENDTIME}-${STARTTIME}-20))
TOTALTIME=$((${ENDTIME}-${STARTTIME}))
# notify with pushover if requested
if [ "${PUSHOVERNOTIFY}" = "true" ]; then