freifunk: fix sysinfo-json

This commit is contained in:
Astro 2023-07-02 02:00:03 +02:00
parent 267f75a14c
commit e78931472e
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ in {
systemd.services.sysinfo-json = {
script = ''
${sysinfo-json}/bin/bmxddump.sh
mkdir /run/nginx
mkdir -p /run/nginx
${sysinfo-json}/bin/sysinfo-json.cgi > /run/nginx/sysinfo.json
'';
};