|
Last change
on this file since 45992 was 30837, checked in by andy-1, 11 years ago |
|
add new default Settings 2.0 all transponder
|
|
File size:
286 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 |
|
|---|
| 3 | if [ -e /tmp/.tpk_upgrade_start ]; then
|
|---|
| 4 | echo "tpk upgrade skip settings"
|
|---|
| 5 | exit 1
|
|---|
| 6 | fi
|
|---|
| 7 |
|
|---|
| 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 | exit 0
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.