|
Last change
on this file since 46274 was 46274, checked in by obi, 3 years ago |
|
update lost files with install echo
|
-
Property svn:executable
set to
*
|
|
File size:
657 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | echo Use Install Dest: $1
|
|---|
| 4 | echo Start Install Script: $0
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 | echo "remove /mnt/settings/bouquets.*"
|
|---|
| 8 | rm -f /mnt/settings/bouquets*
|
|---|
| 9 | rm -f /mnt/settings/channel
|
|---|
| 10 | rm -f /mnt/settings/provider
|
|---|
| 11 | rm -f /mnt/settings/transponder
|
|---|
| 12 | rm -f /mnt/settings/satellites
|
|---|
| 13 | rm -f /mnt/settings/epgchannel
|
|---|
| 14 |
|
|---|
| 15 | echo "restore default settings"
|
|---|
| 16 | cp -a /etc/titan.restore/etc/titan/bouquets.* /mnt/settings
|
|---|
| 17 | cp -a /etc/titan.restore/etc/titan/channel /mnt/settings
|
|---|
| 18 | cp -a /etc/titan.restore/etc/titan/provider /mnt/settings
|
|---|
| 19 | cp -a /etc/titan.restore/etc/titan/satellites /mnt/settings
|
|---|
| 20 | cp -a /etc/titan.restore/etc/titan/transponder /mnt/settings
|
|---|
| 21 |
|
|---|
| 22 | touch /tmp/.tpk_needs_reboot
|
|---|
| 23 |
|
|---|
| 24 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.