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

fix plugin permtime

File:
1 edited

Legend:

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

    r24196 r45683  
    55killall -9 e2webserv > /dev/null 2>&1
    66
    7 if [ ! -e "$INSTDIR/etc/e2webserv.conf.e2" ]; then
     7if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    88        echo "remove TPK config file"
    99        rm "$INSTDIR/etc/e2webserv.conf"
Note: See TracChangeset for help on using the changeset viewer.