Probably related to #558 (I am running debian 8.3)
The telnet shutdown function does not seem to work for me, when I add the following code to the first line of the sdtd_telnet() function:
echo "${telnetip}:${telnetport} ${telnetpass}"
I somehow get a boolean:
Stopping sdtd-server: Attempting graceful shutdown via telnet127.0.0.1:8081 **true**
Manually connecting to the server and shutting it down via telnet works fine however...
Probably related to #558 (I am running debian 8.3)
The telnet shutdown function does not seem to work for me, when I add the following code to the first line of the
sdtd_telnet()function:echo "${telnetip}:${telnetport} ${telnetpass}"I somehow get a boolean:
Stopping sdtd-server: Attempting graceful shutdown via telnet127.0.0.1:8081 **true**Manually connecting to the server and shutting it down via telnet works fine however...