mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update upgrade
Fix cp: cannot create directory '/var/www/bitwarden/live/.': No such file or directory
This commit is contained in:
parent
f0ecc8ea8d
commit
171b1e601b
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ then
|
||||||
|
|
||||||
# Install bitwarden_rs
|
# Install bitwarden_rs
|
||||||
ynh_secure_remove --file="$final_path/live"
|
ynh_secure_remove --file="$final_path/live"
|
||||||
|
mkdir -p "$final_path/live"
|
||||||
cp -a "$final_path/build/target/release/." "$final_path/live/."
|
cp -a "$final_path/build/target/release/." "$final_path/live/."
|
||||||
|
|
||||||
# Restore files
|
# Restore files
|
||||||
|
|
Loading…
Add table
Reference in a new issue