- Timestamp:
- Dec 7, 2011, 11:58:44 AM (14 years ago)
- Location:
- ipk/source/epg_crossepg
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from ipk/source/epg_crossepg_0_61 )
-
var/crossepg/crossepg_epgmove.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ipk/source/epg_crossepg/var/crossepg/crossepg_epgmove.sh
r7451 r12090 9 9 fi 10 10 11 if [ -f "/etc/enigma2/settings" ] # if enigma2 configuration exist 12 then 13 EPGDAT=`cat /etc/enigma2/settings | grep "config\.misc\.epgcache_filename=" | sed "s/config\.misc\.epgcache_filename=//"` 14 else # else default path 15 EPGDAT="/hdd/epg.dat" 16 fi 17 18 if [ ! -n "$EPGDAT" ] 19 then 20 EPGDAT="/hdd/epg.dat" 21 fi 22 11 23 if [ -f "$DBROOT/ext.epg.dat" ] # try on configuration path 12 24 then 13 25 echo copying ext.epg.dat from $DBROOT 14 $HOME/crossepg_epgcopy "$DBROOT/ext.epg.dat" /hdd/epg.dat26 $HOME/crossepg_epgcopy "$DBROOT/ext.epg.dat" $EPGDAT 15 27 elif [ -f "/hdd/crossepg/ext.epg.dat" ] # if we have a bad path try with default path 16 28 then
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)