1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Detect if root FS is readonly

This commit is contained in:
Ycarus 2019-06-11 19:27:45 +02:00
parent 499baccfdc
commit 58d35b94e3
2 changed files with 19 additions and 0 deletions

View file

@ -140,6 +140,10 @@
statusMessage += '<br/>';
}
}
if (mArray.openmptcprouter.fsro == true)
{
statusMessage += 'Filesystem is readonly<br/>';
}
if (mArray.openmptcprouter.tun_service == false)
{
statusMessage += 'GloryTUN is not running<br/>';