#!/bin/sh

echo "remove /mnt/settings/bouquets.*"
rm -f /mnt/settings/bouquets*
rm -f /mnt/settings/channel
rm -f /mnt/settings/provider
rm -f /mnt/settings/transponder
rm -f /mnt/settings/satellites
rm -f /mnt/settings/epgchannel

echo "restore default settings"
cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings 
cp -a /etc/titan.restore/etc/titan/channel /mnt/settings
cp -a /etc/titan.restore/etc/titan/provider /mnt/settings
cp -a /etc/titan.restore/etc/titan/satellites /mnt/settings
cp -a /etc/titan.restore/etc/titan/transponder /mnt/settings

touch /tmp/.tpk_needs_reboot

exit 0
