mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Fix secure removal
This commit is contained in:
parent
3cdd8b469f
commit
175b11d589
2 changed files with 6 additions and 6 deletions
|
@ -136,9 +136,9 @@ popd || exit
|
|||
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
|
||||
|
|
|
@ -143,9 +143,9 @@ then
|
|||
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/"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue