Skip to content

Commit

Permalink
Fix the datadir
Browse files Browse the repository at this point in the history
Change-Id: I452c84894310cb76d8385d213abeb834ba454215
Reviewed-on: http://review.membase.org/6605
Reviewed-by: Dustin Sallings <dustin@spy.net>
Tested-by: Dustin Sallings <dustin@spy.net>
Reviewed-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
dustin committed May 27, 2011
1 parent 99c67a4 commit 313b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Membase/start.sh
Expand Up @@ -14,7 +14,7 @@ then
exit 1
fi

datadir="$HOME/lib/Application Support/Membase"
datadir="$HOME/Library/Application Support/Membase"

test -d "$datadir" || mkdir -p "$datadir"
cd "$datadir"
Expand Down

0 comments on commit 313b27e

Please sign in to comment.