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
|
if [ "$system" = "fedora" ] || [ "$system" = "redhat" ]; then
|
||||||
status $program
|
status $program
|
||||||
else
|
else
|
||||||
if test "$PID"
|
if test "$PID"; then
|
||||||
then
|
for p in $PID; do
|
||||||
for p in $PID
|
|
||||||
do
|
|
||||||
echo "$program (pid $p) is running"
|
echo "$program (pid $p) is running"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
@ -88,4 +86,3 @@ case "$1" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue