Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 19b994a

Browse files
committed
Fix too many arguments when no bindfamily supplied
1 parent 7ac5a72 commit 19b994a

File tree

1 file changed

+1
-1
lines changed
  • root/etc/services.d/endlessh

1 file changed

+1
-1
lines changed

root/etc/services.d/endlessh/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ exec 2>&1 \
1414
-l "${MAXLINES}" \
1515
-m "${MAXCLIENTS}" \
1616
-p 2222 \
17-
"${BINDFAMILY}"
17+
${BINDFAMILY}

0 commit comments

Comments
 (0)