Skip to content

Commit

Permalink
Merge pull request #217 from volkszaehler/andig-patch-2
Browse files Browse the repository at this point in the history
Better quote strings in case of multiple pids
  • Loading branch information
mbehr1 committed Nov 8, 2015
2 parents fb43c53 + b4f71f0 commit 5bbd31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ if [ -z "$1" ] || contains "$*" vzlogger; then
echo "make sure to configure vzlogger before running (see etc/vzlogger.conf)"
fi

if [ -n $(pidof vzlogger) ]; then
if [ -n "$(pidof vzlogger)" ]; then
echo
echo "vzlogger is already running"
echo "make sure to restart vzlogger"
Expand Down

0 comments on commit 5bbd31b

Please sign in to comment.