Change-Id: Iaef7dc76442d1e101cf9865a542a777afe1722ca Former-commit-id:e2a4bb6755
[formerlyc352643c79
] [formerlye2a4bb6755
[formerlyc352643c79
] [formerly3b00ae03cc
[formerly a34955102d1316135c4151210daba0e5807ff6c9]]] Former-commit-id:3b00ae03cc
Former-commit-id:ea791b5ca5
[formerlybf42c8d740
] Former-commit-id:5b11e45636
9 lines
202 B
Bash
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
|