mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
fix indentation
This commit is contained in:
parent
939193edab
commit
d1b3e2d01f
1 changed files with 3 additions and 3 deletions
|
@ -140,9 +140,9 @@ then
|
|||
popd
|
||||
|
||||
# Remove old generated files before copying the new ones
|
||||
ynh_secure_remove --file="$final_path/live/build"
|
||||
ynh_secure_remove --file="$final_path/live/deps"
|
||||
ynh_secure_remove --file="$final_path/live/.fingerprint"
|
||||
ynh_secure_remove --file="$final_path/live/build"
|
||||
ynh_secure_remove --file="$final_path/live/deps"
|
||||
ynh_secure_remove --file="$final_path/live/.fingerprint"
|
||||
|
||||
# Install bitwarden_rs
|
||||
cp -a "$final_path"/build/target/release/. "$final_path"/live/.
|
||||
|
|
Loading…
Add table
Reference in a new issue