Update smb config to verion 0.6 (#4)

This commit is contained in:
Pascal Vizeli
2017-04-27 02:28:17 +02:00
committed by GitHub
parent bc1a7ef319
commit f29c61d6ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "Samba Config", "name": "Samba Config",
"version": "0.5", "version": "0.6",
"slug": "smb_config", "slug": "smb_config",
"description": "Expose config with samba", "description": "Expose config with samba",
"startup": "after", "startup": "after",

View File

@@ -27,4 +27,4 @@ else
echo -e "$PASSWORD\n$PASSWORD" | smbpasswd -a -s -c /etc/smb.conf $USERNAME echo -e "$PASSWORD\n$PASSWORD" | smbpasswd -a -s -c /etc/smb.conf $USERNAME
fi fi
exec smbd -F -S -s /etc/smb.conf exec smbd -F -S -d 4 -s /etc/smb.conf < /dev/null