diff options
-rwxr-xr-x | files/bootless | 2 |
1 files changed, 1 insertions, 1 deletions
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 |