From d8bb2af46b5785a93498608d23ba24817d563a9a Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 3 Jun 2017 02:57:04 -0400 Subject: [PATCH] Add missing end bracket --- bmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmc.sh b/bmc.sh index d2ea9a4..47fc2d4 100755 --- a/bmc.sh +++ b/bmc.sh @@ -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 #