1
0
Fork 0
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:
Jeremy Vagnet 2020-04-27 12:18:31 +02:00
parent 88ba5261a1
commit d195d7ba4d

View file

@ -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"