awips2/deltaScripts/20.2.1/DR7627/removeBloatedFFMPbinFiles.sh

9 lines
354 B
Bash
Raw Normal View History

2022-05-05 12:34:50 -05:00
#! /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"