From: Silvio Rhatto Date: Mon, 4 Jul 2016 21:39:21 +0000 (-0300) Subject: Symlink to itself is not needed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cd75e79fb05196796a90708ac6f22e8a56fb37b7;p=bootless.git Symlink to itself is not needed --- diff --git a/files/bootless b/files/bootless index 59ff17e..b607b52 100755 --- a/files/bootless +++ b/files/bootless @@ -55,7 +55,7 @@ function bootless_rsync { rsync -CLavz --exclude boot $1/ $2/ # Make sure there's a symlink to itself - ( cd $2 && ln -s . boot ) + #( cd $2 && ln -s . boot ) } # Repository initiator