mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update install
This commit is contained in:
parent
2badd3c0f5
commit
25d80ae135
1 changed files with 3 additions and 3 deletions
|
@ -133,9 +133,9 @@ popd
|
|||
cp -a $final_path/build/target/release/. $final_path/live/.
|
||||
|
||||
# Remove build files and rustup
|
||||
#ynh_secure_remove --file="$final_path/build"
|
||||
#ynh_secure_remove --file="$final_path/.cargo"
|
||||
#ynh_secure_remove --file="$final_path/.rustup"
|
||||
ynh_secure_remove --file="$final_path/build"
|
||||
ynh_secure_remove --file="$final_path/.cargo"
|
||||
ynh_secure_remove --file="$final_path/.rustup"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Add table
Reference in a new issue