Lighttpd was not in cron path.

pull/47/head
Joe Prochazka 2015-12-26 15:51:38 -05:00
rodzic 2ad0d1cf22
commit 6e2be44de3
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -34,7 +34,7 @@
BUILDDIR="${PWD}/build"
# Assign the Lighthttpd document root directory to a variable.
RAWDOCUMENTROOT=`lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
RAWDOCUMENTROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
DOCUMENTROOT=`sed 's/.*"\(.*\)"[^"]*$/\1/' <<< $RAWDOCUMENTROOT`
## BACKUP AND REPLACE COLLECTD.CONF

Wyświetl plik

@ -34,7 +34,7 @@
BUILDDIR="${PWD}/build"
# Assign the Lighthttpd document root directory to a variable.
RAWDOCUMENTROOT=`lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
RAWDOCUMENTROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
DOCUMENTROOT=`sed 's/.*"\(.*\)"[^"]*$/\1/' <<< $RAWDOCUMENTROOT`
## PLACE HTML FILES IN LIGHTTPD'S WWW ROOT

Wyświetl plik

@ -34,7 +34,7 @@
BUILDDIR="${PWD}/build"
# Assign the Lighthttpd document root directory to a variable.
RAWDOCUMENTROOT=`lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
RAWDOCUMENTROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
DOCUMENTROOT=`sed 's/.*"\(.*\)"[^"]*$/\1/' <<< $RAWDOCUMENTROOT`
## PLACE HTML FILES IN LIGHTTPD'S WWW ROOT

Wyświetl plik

@ -34,7 +34,7 @@
BUILDDIR="${PWD}/build"
# Assign the Lighthttpd document root directory to a variable.
RAWDOCUMENTROOT=`lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
RAWDOCUMENTROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root`
DOCUMENTROOT=`sed 's/.*"\(.*\)"[^"]*$/\1/' <<< $RAWDOCUMENTROOT`
# ADD LOCAL PLANEFINDER INTERFACE LINK

Wyświetl plik

@ -1,7 +1,7 @@
#!/bin/sh
# Assign the Lighthttpd document root directory to a variable.
RAWDOCUMENTROOT=`lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root` renice -n 5 -p $$
RAWDOCUMENTROOT=`/usr/sbin/lighttpd -f /etc/lighttpd/lighttpd.conf -p | grep server.document-root` renice -n 5 -p $$
DOCUMENTROOT=`sed 's/.*"\(.*\)"[^"]*$/\1/' <<< $RAWDOCUMENTROOT`
## DUMP1090 GRAPHS