Skip to content
Snippets Groups Projects
Commit c7632310 authored by Eike B's avatar Eike B
Browse files

added symlink to xml-file

parent 4a280bd0
No related branches found
No related tags found
No related merge requests found
......@@ -249,3 +249,6 @@ out="$out</data>"
echo -e "$out" > "/tmp/node2data.xml"
if [ ! -h /lib/gluon/status-page/www/node2data.xml ]; then
ln -s /tmp/node2data.xml /lib/gluon/status-page/www/node2data.xml
fi
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