Changeset 33573 for ipk/source.mipsel


Ignore:
Timestamp:
03/04/15 09:55:39 (9 years ago)
Author:
Stephan
Message:

fix backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.mipsel/network_samba/CONTROL/postinst

    r33572 r33573  
    1010fi
    1111
    12 cp /etc/titan.restore/mnt/config/smb.conf /mnt/config/smb.conf
     12if [ -e /mnt/config/smb.conf ]; then
     13        mv -f /mnt/config/smb.conf /mnt/backup/smb.conf
     14        cp /etc/titan.restore/mnt/config/smb.conf /mnt/config/smb.conf
     15fi
    1316
    1417$INSTDIR/etc/init.d/samba start
Note: See TracChangeset for help on using the changeset viewer.