nbtevo-system-dump/sda0/opt/conn/bin/lighttpd-nbt-cfg.sh
2025-06-09 15:07:26 +02:00

11 lines
205 B
Bash

#! /bin/sh
cat /opt/conn/etc/lighttpd-nbt-cfg-full.cfg
# If TraceClient multicore exists, activate logging
if [ -f /hbsystem/multicore/navi/h ]; then
cat /opt/conn/etc/lighttpd-logging.cfg
fi
return 0