diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-07-04 18:39:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-07-04 18:39:21 -0300 |
commit | cd75e79fb05196796a90708ac6f22e8a56fb37b7 (patch) | |
tree | 7bdf732af618412a24e4d5c1dd1e4ddc507a2ec0 /files | |
parent | 1392ea8296b978bf458f282002fc38f8e0bda25a (diff) | |
download | bootless-cd75e79fb05196796a90708ac6f22e8a56fb37b7.tar.gz bootless-cd75e79fb05196796a90708ac6f22e8a56fb37b7.tar.bz2 |
Symlink to itself is not needed
Diffstat (limited to 'files')
-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 |