Changeset 33604


Ignore:
Timestamp:
Mar 7, 2015, 2:03:22 PM (11 years ago)
Author:
Stephan
Message:

check smbpasswd

File:
1 edited

Legend:

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

    r33577 r33604  
    1818cp /etc/titan.restore/mnt/config/smb.conf /mnt/config/smb.conf
    1919
     20echo "check if smbpasswd exists"
     21        if [ ! -e /mnt/swapextensions/etc/samba/private/smbpasswd ]; then
     22        touch /mnt/swapextensions/etc/samba/private/smbpasswd
     23
    2024echo "start samba"
    2125smbd -D -s /mnt/config/smb.conf
Note: See TracChangeset for help on using the changeset viewer.