projects
/
bootimage-initfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a914b8f
)
Fix missing backtick
Kyle Sheumaker [Fri, 6 Oct 2017 20:49:00 +0000 (15:49 -0500)]
etc/hardware_output.sh
patch
|
blob
|
history
diff --git
a/etc/hardware_output.sh
b/etc/hardware_output.sh
index
7c9388f
..
e2332c9
100755
(executable)
--- a/
etc/hardware_output.sh
+++ b/
etc/hardware_output.sh
@@
-68,7
+68,7
@@
disk_list() {
nvme_serialno() {
dev=$1
- sn=`nvme id-ctrl /dev/${dev} | grep sn | awk '{print $3}'
+ sn=`nvme id-ctrl /dev/${dev} | grep sn | awk '{print $3}'`
echo $sn
}