mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
fix cp
This commit is contained in:
parent
7561be31f7
commit
a613a1571f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ pushd "$final_path"/build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Install bitwarden_rs
|
# 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
|
# Remove build files and rustup
|
||||||
ynh_secure_remove --file="$final_path/build"
|
ynh_secure_remove --file="$final_path/build"
|
||||||
|
|
Loading…
Add table
Reference in a new issue