data: Sobreescribir si ya existe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
962493f352
commit
e9edb55a47
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ mount '{{path}}' '{{mountpoint}}' -o bind,umask=100,uid={{uid}},gid={{gid}} || e
|
||||||
local link = links[i]
|
local link = links[i]
|
||||||
string = string .. t([[
|
string = string .. t([[
|
||||||
mkdir -p '{{dirname}}' || exit 1
|
mkdir -p '{{dirname}}' || exit 1
|
||||||
ln -s '{{target}}' '{{path}}' || exit 1
|
ln -sf '{{target}}' '{{path}}' || exit 1
|
||||||
]],
|
]],
|
||||||
{ dirname = utils.dirname(link.path),
|
{ dirname = utils.dirname(link.path),
|
||||||
target = link.target, path = link.path }
|
target = link.target, path = link.path }
|
||||||
|
|
Loading…
Reference in a new issue