mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
enforce copy
This commit is contained in:
parent
88ba5261a1
commit
d195d7ba4d
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ then
|
|||
ynh_secure_remove --file="$final_path/live/.fingerprint"
|
||||
|
||||
# Install bitwarden_rs
|
||||
cp -a "$final_path"/build/target/release/. "$final_path"/live/.
|
||||
cp -af "$final_path"/build/target/release/. "$final_path"/live/.
|
||||
|
||||
# Remove build files and rustup
|
||||
ynh_secure_remove --file="$final_path/build"
|
||||
|
|
Loading…
Add table
Reference in a new issue