Last change
on this file since 38687 was
38687,
checked in by andyjetset, 7 years ago
|
add Settings cableD Braunschweig/Salzgitter thx phillips
|
File size:
599 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | echo "remove /mnt/settings/bouquets.*" |
---|
4 | rm -f /mnt/settings/bouquets* |
---|
5 | rm -f /mnt/settings/channel |
---|
6 | rm -f /mnt/settings/provider |
---|
7 | rm -f /mnt/settings/transponder |
---|
8 | rm -f /mnt/settings/satellites |
---|
9 | rm -f /mnt/settings/epgchannel |
---|
10 | |
---|
11 | echo "restore default settings" |
---|
12 | cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings |
---|
13 | cp -a /etc/titan.restore/etc/titan/channel /mnt/settings |
---|
14 | cp -a /etc/titan.restore/etc/titan/provider /mnt/settings |
---|
15 | cp -a /etc/titan.restore/etc/titan/satellites /mnt/settings |
---|
16 | cp -a /etc/titan.restore/etc/titan/transponder /mnt/settings |
---|
17 | |
---|
18 | touch /tmp/.tpk_needs_reboot |
---|
19 | |
---|
20 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.