git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7795
91ce42f0-d328-0410-95d8-
f526ca767f89
check_duration()
{
- LOG=$1
- TIME=$2
- OP=${3-gt}
-
- T=$(get_duration $LOG)
- if [ "$T" -$OP "$TIME" ]; then
- print_debug "Expect $OP than $TIME sec, get $T"
- bstat=2
- fi
+# LOG=$1
+# TIME=$2
+# OP=${3-gt}
+
+# T=$(get_duration $LOG) # this is not a valid "sh" command
+# if [ "$T" -$OP "$TIME" ]; then
+# print_debug "Expect $OP than $TIME sec, get $T"
+# bstat=2
+# fi
}
run_bacula()