Skip to content

Commit

Permalink
documentation bugfix: don't create symlink if it already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
alonswartz committed Apr 11, 2010
1 parent 17abe24 commit 771f24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README
Expand Up @@ -58,6 +58,6 @@ Hooking scripts:
#!/bin/bash -e
target=/vol
mountp=$(dirname $(dirname $0))
ln -sf $mountp $target
[ ! -h $target ] && ln -s $mountp $target


0 comments on commit 771f24a

Please sign in to comment.