Skip to content

Commit

Permalink
Tweak typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent c4daee2 commit f1cd015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bareos-ctl-funcs
Expand Up @@ -120,7 +120,7 @@ status() {
base=`basename $1`

# First try "pidof"
if [ ! -z "${PIDOF}" -x "${PIDOF}" ] ; then
if [ ! -z "${PIDOF}" -a -x "${PIDOF}" ] ; then
pid=`${PIDOF} $1`
if [ "$pid" != "" ] ; then
echo "$base (pid $pid) is running..."
Expand Down

0 comments on commit f1cd015

Please sign in to comment.