Add missing end bracket
This commit is contained in:
parent
36fa70fecc
commit
d8bb2af46b
2
bmc.sh
2
bmc.sh
|
@ -7,7 +7,7 @@
|
||||||
# command-line interface for interfacing with the running bmcd daemon
|
# command-line interface for interfacing with the running bmcd daemon
|
||||||
# program as well as a few distinct functions such as a serial console, as
|
# program as well as a few distinct functions such as a serial console, as
|
||||||
# well as managing the BMC itself (e.g. BMC hostname, IP address, or host
|
# well as managing the BMC itself (e.g. BMC hostname, IP address, or host
|
||||||
# system name. It is designed to be started automatically on login to the
|
# system name). It is designed to be started automatically on login to the
|
||||||
# BMC as the 'bmc' user, e.g. with the following passwd file entry:
|
# BMC as the 'bmc' user, e.g. with the following passwd file entry:
|
||||||
# bmc:x:2000:2000:BMC:/home/dir:/path/to/bmc.sh
|
# bmc:x:2000:2000:BMC:/home/dir:/path/to/bmc.sh
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue