Fix shutdown bug (#3)

Fix shutdown bug
This commit is contained in:
Pascal Vizeli
2017-04-20 17:00:23 +02:00
committed by GitHub
parent d0a3c4d0db
commit 8fe4e95774
2 changed files with 2 additions and 2 deletions

View File

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

View File

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