Navigation Menu

Skip to content

Commit

Permalink
deb: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 19, 2012
1 parent 5f84e83 commit 83c6906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/debian/groonga-httpd.init
Expand Up @@ -35,7 +35,7 @@ DEFAULT_FILE=/etc/default/groonga-httpd
[ -x "$DAEMON" ] || exit 0

# Read configuration variable file if it is present
[ -r $DEFAEULT_FILE ] && . $DEFAULT_FILE
[ -r $DEFAULT_FILE ] && . $DEFAULT_FILE

[ "$ENABLE" = "yes" ] || exit 0

Expand Down
2 changes: 1 addition & 1 deletion packages/debian/groonga-server.init
Expand Up @@ -39,7 +39,7 @@ DEFAULT_FILE=/etc/default/groonga-server
[ -x "$DAEMON" ] || exit 0

# Read configuration variable file if it is present
[ -r $DEFAEULT_FILE ] && . $DEFAULT_FILE
[ -r $DEFAULT_FILE ] && . $DEFAULT_FILE

[ "$ENABLE" = "yes" ] || exit 0

Expand Down

0 comments on commit 83c6906

Please sign in to comment.