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_dropbear/CONTROL/postrm

    r45683 r45684  
    1414
    1515grep dropbear /var/etc/inetd.conf > /dev/null
    16 if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     16if [ $? = 0 ]; then
    1717        killall -9 inetd > /dev/null
    1818        sed -i '/dropbear/d' /var/etc/inetd.conf
Note: See TracChangeset for help on using the changeset viewer.