Get rid of config*.yml, constants*.yml + ngcp-installer*deb before rebooting

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 14 years ago
parent ad7e8c47ef
commit fddb1b01dd

@ -1332,6 +1332,11 @@ if $TRUNK_VERSION ; then
upload_yml_cfg
fi
# remove retrieved and generated files
rm -f ${TARGET}/config_*yml
rm -f ${TARGET}/constants_*.yml
rm -f ${TARGET}/ngcp-installer*deb
# don't leave any mountpoints
sync
umount ${TARGET}/proc 2>/dev/null || true

Loading…
Cancel
Save