Ignore:
Timestamp:
Feb 14, 2022, 12:51:17 PM (4 years ago)
Author:
obi
Message:

fix last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/network_dlna/CONTROL/postinst

    r45683 r45684  
    66echo PLUGINDIR $PLUGINDIR
    77
    8 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     8if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then ];then
    99        opkg update
    1010        opkg install minidlna --dest $1
     
    1616echo "Set ServerName ($Name) to minidlna.conf"
    1717
    18 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     18if [ ! -e "$INSTDIR/etc/minidlna.conf" ]; then
    1919        echo "use tpk config file: minidlna.conf"
    2020        echo "rename $INSTDIR/etc/minidlna.conf.minidlna > $INSTDIR/etc/minidlna.conf"
Note: See TracChangeset for help on using the changeset viewer.