mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Remove rust after compilation
This commit is contained in:
parent
309079198f
commit
69abb096c2
2 changed files with 6 additions and 2 deletions
|
@ -126,7 +126,9 @@ popd
|
||||||
|
|
||||||
cp -a $final_path/build/target/release/. $final_path/live/.
|
cp -a $final_path/build/target/release/. $final_path/live/.
|
||||||
|
|
||||||
ynh_secure_remove --file=$final_path/build/
|
ynh_secure_remove --file="$final_path/build"
|
||||||
|
ynh_secure_remove --file="$final_path/.cargo"
|
||||||
|
ynh_secure_remove --file="$final_path/.rustup"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
|
|
|
@ -136,7 +136,9 @@ then
|
||||||
|
|
||||||
cp -a $final_path/build/target/release/. $final_path/live/.
|
cp -a $final_path/build/target/release/. $final_path/live/.
|
||||||
|
|
||||||
ynh_secure_remove --file=$final_path/build/
|
ynh_secure_remove --file="$final_path/build"
|
||||||
|
ynh_secure_remove --file="$final_path/.cargo"
|
||||||
|
ynh_secure_remove --file="$final_path/.rustup"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue