Skip to content

Commit 2c58c71

Browse files
author
Alexandru Scvortov
committed
don't ignore symlinks
1 parent 1931718 commit 2c58c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_prelaunch.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ determine_version(App) ->
136136
{App, Vsn}.
137137

138138
delete_recursively(Fn) ->
139-
case filelib:is_dir(Fn) and not(is_symlink(Fn)) of
139+
case filelib:is_dir(Fn) of
140140
true ->
141141
case file:list_dir(Fn) of
142142
{ok, Files} ->

0 commit comments

Comments
 (0)