awips2/deltaScripts/20.2.1/DR7627/removeBloatedFFMPbinFiles.sh
2022-05-05 12:34:50 -05:00

8 lines
354 B
Bash

#! /bin/bash
# Removes FFMP bin files created too large for regenerating more reasonably
echo "RODO DR #7627: remove bad FFMP bin files for proper regeneration"
rm -rf /awips2/edex/data/utility/common_static/configured/*/ffmp/sources/*
echo "RODO DR #7627: Successfully removed FFMP bin files"
echo "Please start/restart ingestDat JVM to restart them"