From: erickson Date: Wed, 24 May 2006 13:54:58 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d6691c6152cfb789478cea3398cc677cde2e16b5;p=working%2FOpenSRF.git typo git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@727 9efc2488-bf62-4759-914b-345cdb29e865 --- 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