11 lines
205 B
Bash
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
|