From d6691c6152cfb789478cea3398cc677cde2e16b5 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 24 May 2006 13:54:58 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@727 9efc2488-bf62-4759-914b-345cdb29e865 --- bin/osrf_ctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/osrf_ctl.sh b/bin/osrf_ctl.sh index ab160b6..ef7ce0e 100755 --- a/bin/osrf_ctl.sh +++ b/bin/osrf_ctl.sh @@ -8,7 +8,7 @@ OPT_PID_DIR="" # --------------------------------------------------------------------------- # Make sure we're running as the correct user # --------------------------------------------------------------------------- -[ $(whoami) != 'openesrf' ] && echo 'Must run as user "opensrf"' && exit; +[ $(whoami) != 'opensrf' ] && echo 'Must run as user "opensrf"' && exit; # NOTE: Eventually, there will be one OpenSRF config file format -- 2.11.0