Update samba / fix minor bugs (#22)

* Update samba / fix minor bugs

* fix lint
This commit is contained in:
Pascal Vizeli
2017-04-30 23:25:51 +02:00
committed by GitHub
parent fe8cf8e36a
commit dbe6648082
8 changed files with 90 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "0.3",
"version": "0.4",
"slug": "ssh",
"description": "Connect to your server over SSH",
"startup": "before",

View File

@@ -27,4 +27,4 @@ else
fi
# start server
exec /usr/bin/sshd -D -f /etc/sshd_config < /dev/null
exec /usr/sbin/sshd -D < /dev/null