Changeset 43406


Ignore:
Timestamp:
02/02/19 05:31:56 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/var/etc/autostart/start.sh

    r43404 r43406  
    4545                        ln -s /mnt/network/resolv.conf /etc/resolv.conf
    4646                fi
    47                 /etc/init.d/networking restart
     47                if [ "$1" == "restart" ];then /etc/init.d/networking restart;fi
    4848}
    4949
     
    5454                rm -f /mnt
    5555                startautofsrestart
     56                startnetwork link
    5657        fi
    5758
     
    127128                        reboot
    128129                fi
    129                 startnetworkrestart
     130                startnetwork restart
    130131        fi
    131132}
Note: See TracChangeset for help on using the changeset viewer.