Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmuffin committed Jun 28, 2016
1 parent 673a5af commit 6219e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.d/synchronator
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PIDFILE=$PIDLOCATION/$NAME.pid
DAEMON_ARGS="-i /usr/local/etc/"$NAME".conf"
USER=root

[ -x $binary ] || exit 0
[ -x $DAEMON ] || exit 0

[ -d $PIDLOCATION ] || mkdir $PIDLOCATION

Expand Down

0 comments on commit 6219e14

Please sign in to comment.