Skip to content

Commit

Permalink
use ich in init.d script
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Dec 25, 2012
1 parent e9ba158 commit 89c1368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ DBPATH=/var/lib/weave-minimal/

if [ ! -d $DBPATH ]; then
mkdir /var/lib/weave-minimal
chown www /var/lib/weave-minimal
chown $USER /var/lib/weave-minimal
fi

case $1 in
Expand Down

0 comments on commit 89c1368

Please sign in to comment.