Changeset 43393


Ignore:
Timestamp:
02/01/19 18:45:51 (5 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/oealliance/usr/bin/titan.sh

    r43392 r43393  
    1313starthotplug()
    1414{
     15        echo "[$0] starthotplug"
    1516        hotplug.sh first
    1617}
     
    1819startautofsrestart()
    1920{
     21                echo "[$0] startautofsrestart"
    2022                mkdir -p /mnt/network
    2123                cp /etc/titan.restore/mnt/network/auto.misc /mnt/network
     
    3436startmnt()
    3537{
    36 
     38        echo "[$0] startmnt"
    3739        if [ -L /mnt ];then
    3840                rm -f /mnt
     
    6264                        BACKUPFILE=$(cat $BACKUPDIR/.last)
    6365                        rm -f /mnt
    64                         cp -a $BACKUPFILE /mnt
     66                        cp -a $BACKUPFILE/* /mnt
    6567                        mv -f $BACKUPDIR/.last $BACKUPDIR/.last.restored
    6668                        sync
Note: See TracChangeset for help on using the changeset viewer.