Skip to content
Snippets Groups Projects
Unverified Commit 6dff120e authored by Christof Schulze's avatar Christof Schulze Committed by Matthias Schiffer
Browse files

gluon-status-page: reduce usage of absolute paths in cgi-bin scripts...

gluon-status-page: reduce usage of absolute paths in cgi-bin scripts neighbours-nodeinfo and stations
parent 35ade80f
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ badrequest() {
( batctl if | cut -d: -f1 | grep -qxF "$QUERY_STRING" ) 2>/dev/null || badrequest
exec /usr/bin/gluon-neighbour-info -s neighbour -i "$QUERY_STRING" -d ff02::2:1001 -p 1001 -r nodeinfo
exec gluon-neighbour-info -s neighbour -i "$QUERY_STRING" -d ff02::2:1001 -p 1001 -r nodeinfo
......@@ -10,4 +10,4 @@ badrequest() {
CMD="exec /lib/gluon/status-page/providers/stations '$QUERY_STRING'"
exec /usr/sbin/sse-multiplex "$CMD"
exec sse-multiplex "$CMD"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment