mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Solved no swap in pandora_mem_usage
This commit is contained in:
parent
268cff6d55
commit
e074b021f3
@ -12,7 +12,7 @@ eval {
|
||||
$SFREE=($SUSED/$STOTAL)*100;
|
||||
};
|
||||
if ($@) {
|
||||
$SFREE = 0;
|
||||
$SFREE = 100;
|
||||
}
|
||||
|
||||
$SFREE = floor($SFREE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user