Skip to content

Commit

Permalink
Fix spacing typo in status
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Sep 18, 2010
1 parent b21390f commit b1fe7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/puppetd/commander/puppetcommander.init
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ case "$1" in
status) status)
if [ -f ${lock} ]; then if [ -f ${lock} ]; then
if [ -s ${pidfile} ]; then if [ -s ${pidfile} ]; then
if [ -e /proc/ `cat ${pidfile}` ]; then if [ -e /proc/`cat ${pidfile}` ]; then
echo "PuppetCommander `cat ${pidfile}` is running." echo "PuppetCommander `cat ${pidfile}` is running."
exit 0 exit 0
else else
Expand Down

0 comments on commit b1fe7ca

Please sign in to comment.