awips2/deltaScripts/14.3.1/datadelivery/deleteBackupSubs.sh
2017-04-21 18:33:55 -06:00

9 lines
202 B
Bash

#!/bin/bash
#
# Deletes the backuped up subscriptions *.bak files
echo ""
echo "Press Enter to perform the updates Ctrl-C to quit."
read done
rm -rf /awips2/edex/data/registrySubscriptionBackup/*.bak