mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
comment clean up
This commit is contained in:
parent
026df46dfd
commit
70b4e1fb5b
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…
Reference in a new issue