We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dda8ae commit 31bc84eCopy full SHA for 31bc84e
1 file changed
rorw
@@ -5,7 +5,7 @@ BEGIN {
5
ARGV[1]="/proc/mounts";
6
}
7
{
8
- if ( $2 == "/" && $3 != "rootfs" ) {
+ if ( $2 == "/" ) {
9
print $4;
10
11
0 commit comments