Whitespace and minor style fixes
This commit is contained in:
parent
f425cea2d1
commit
cecbaba3e0
1 changed files with 47 additions and 50 deletions
|
@ -71,10 +71,8 @@ case "$1" in
|
|||
if [ "$system" = "fedora" ] || [ "$system" = "redhat" ]; then
|
||||
status $program
|
||||
else
|
||||
if test "$PID"
|
||||
then
|
||||
for p in $PID
|
||||
do
|
||||
if test "$PID"; then
|
||||
for p in $PID; do
|
||||
echo "$program (pid $p) is running"
|
||||
done
|
||||
else
|
||||
|
@ -88,4 +86,3 @@ case "$1" in
|
|||
esac
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue