mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Update samba / fix minor bugs (#22)
* Update samba / fix minor bugs * fix lint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SSH server",
|
||||
"version": "0.3",
|
||||
"version": "0.4",
|
||||
"slug": "ssh",
|
||||
"description": "Connect to your server over SSH",
|
||||
"startup": "before",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user