Ignore:
Timestamp:
02/14/22 12:29:43 (2 years ago)
Author:
obi
Message:

fix plugin permtime

File:
1 edited

Legend:

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

    r24196 r45683  
    22INSTDIR="$1"
    33
    4 if [ -f /mnt/config/usercmd.sh ]; then
     4if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    55        sed -i "/^exit/i$INSTDIR/bin/e2webserv -b -c $INSTDIR/etc/e2webserv.conf" /mnt/config/usercmd.sh
    66fi
    77
    8 if [ ! -e $INSTDIR/etc/e2webserv.conf ]; then
     8if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    99        echo "use TPK config file"
    1010        mv $INSTDIR/etc/e2webserv.conf.e2 $INSTDIR/etc/e2webserv.conf
Note: See TracChangeset for help on using the changeset viewer.