diff --git a/syncScripts/SyncTemplate.sh b/syncScripts/SyncTemplate.sh index 37cfb92..85d4ce2 100755 --- a/syncScripts/SyncTemplate.sh +++ b/syncScripts/SyncTemplate.sh @@ -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