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:
parent
499baccfdc
commit
58d35b94e3
2 changed files with 19 additions and 0 deletions
|
@ -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/>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue