Changeset 43487


Ignore:
Timestamp:
02/10/19 12:19:59 (5 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

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

    r43475 r43487  
    3939                        ln -s /sbin/hotplug.sh /etc/udev/mount-helper.sh
    4040                fi
     41                cp /etc/titan.restore/etc/auto.master /etc/auto.master
    4142
    4243                if [ "$1" == "restart" ];then /etc/init.d/autofs restart;fi
     44                if [ "$1" == "reload" ];then /etc/init.d/autofs reload;fi
    4345                starthotplug
    4446}
     
    6365        if [ -L /mnt ];then
    6466                rm -f /mnt
    65                 startautofs restart
     67                startautofs reload
    6668                startnetwork link
    6769                startwebif
Note: See TracChangeset for help on using the changeset viewer.