+ if "${cmd_temp[@]}"; then
+ sleep "$stamp_throttle" || die "FATAL:Invalid stamp throttle.";
+ else
+ yell "ERROR:Could not stamp file with command:$(declare -p cmd_temp)";
+ sleep "$stamp_throttle_fail" || die "FATAL:Invalid stamp throttle.";
+ fi;
+