Changeset 88 for scripts/usr/local/lib/7dtd/serverconfig.sh
- Timestamp:
- Jul 19, 2014, 2:17:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/serverconfig.sh
r67 r88 364 364 serverconfig_TelnetPassword_Type() { 365 365 echo "string" 366 }367 serverconfig_TelnetPassword_Validate() {368 if [ -z $1 ]; then369 echo "0"370 else371 echo "1"372 fi373 }374 serverconfig_TelnetPassword_ErrorMessage() {375 echo "Telnet must have a password set to function."376 366 } 377 367 … … 740 730 echo 741 731 echo "NOTE: Telnet will always be enabled for management purposes!" 742 echo "Make sure you block external access to this port!" 732 echo "Make sure you block external access to this port or set no password" 733 echo "so the server will only listen on the loopback interface!" 743 734 echo 744 735 fi
Note:
See TracChangeset
for help on using the changeset viewer.