Skip to content

Commit

Permalink
Fixed client startup detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaclav Krpec authored and Vaclav Krpec committed Jun 12, 2013
1 parent 11ba37b commit 23df5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Aix/nut.init
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ -f /usr/local/ups/etc/nut.conf ]; then
;;
esac

rpm -q nut-config >/dev/null 2>&1 && CLIENT="yes"
rpm -q nut-client >/dev/null 2>&1 && CLIENT="yes"
fi

do_start() {
Expand Down

0 comments on commit 23df5e8

Please sign in to comment.