Add missing end bracket

This commit is contained in:
Joshua Boniface 2017-06-03 02:57:04 -04:00
parent 36fa70fecc
commit d8bb2af46b
1 changed files with 1 additions and 1 deletions

2
bmc.sh
View File

@ -7,7 +7,7 @@
# command-line interface for interfacing with the running bmcd daemon
# 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
# 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:x:2000:2000:BMC:/home/dir:/path/to/bmc.sh
#