RPi - USB Share - fix following up issue with diskusage generation

This commit is contained in:
Matthias Strubel 2017-07-29 10:36:07 +02:00
parent 001eca9626
commit 615af92fc0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ else
fi
# Force update diskwirte
touch -t 197001010101 /opt/piratebox/www/diskusage.html
touch -t 201701010101 /opt/piratebox/www/diskusage.html
wget http://127.0.0.1/cgi-bin/diskwrite.py -q -O -
exit 0