Skip to content

Commit 97a7378

Browse files
Jon PalmerJon Palmer
authored andcommitted
updates
1 parent 97ad74b commit 97a7378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ else
3535
if [[ "$OSTYPE" == "darwin"* ]]; then
3636
outputdir=$(readlink ../../$pre_vers/libexec/DB)
3737
else:
38-
outputdir=$(realink -f ../../$pre_vers/libexec/DB)
38+
outputdir=$(realink -f ../../$pre_vers/libexec/DB)
39+
fi
3940
echo "Symlink found to $outputdir, setting up DB"
4041
else
4142
echo "HomeBrew installation not detected, specify DB installation directory"

0 commit comments

Comments
 (0)