1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
yalh76 2021-04-14 20:54:27 +02:00
parent 7561be31f7
commit a613a1571f

View file

@ -130,7 +130,7 @@ pushd "$final_path"/build
popd
# Install bitwarden_rs
cp -a "$final_path/build/target/release/bitwarden_rs" "$final_path/live/bitwarden_rs"
cp -af "$final_path/build/target/release/bitwarden_rs" "$final_path/live/bitwarden_rs"
# Remove build files and rustup
ynh_secure_remove --file="$final_path/build"