mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 19:49:11 +00:00
comment clean up
This commit is contained in:
parent
026df46dfd
commit
70b4e1fb5b
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -2481,7 +2481,7 @@ get_partition_data_advanced()
|
||||||
partition = ""
|
partition = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
# handle Arch /dev/root for / id
|
# handle /dev/root for / id
|
||||||
if ( partition == "root" ) {
|
if ( partition == "root" ) {
|
||||||
# if this works, great, otherwise, just set this to null values
|
# if this works, great, otherwise, just set this to null values
|
||||||
partTemp="'$( readlink /dev/root 2>/dev/null )'"
|
partTemp="'$( readlink /dev/root 2>/dev/null )'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue