mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Update CARGO PATH
This commit is contained in:
parent
f095810b7b
commit
97d69c9ad7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ fi
|
||||||
ynh_remove_app_dependencies
|
ynh_remove_app_dependencies
|
||||||
export PATH="$PATH:/var/www/$app/.cargo/bin:/var/$app/.local/bin:/usr/local/sbin"
|
export PATH="$PATH:/var/www/$app/.cargo/bin:/var/$app/.local/bin:/usr/local/sbin"
|
||||||
export FEATURES=postgres
|
export FEATURES=postgres
|
||||||
( cd $final_path/$app && sudo -u "$app" cargo uninstall diesel_cli )
|
( cd $final_path/$app && sudo -u "$app" /var/www/$app/.cargo/bin/cargo uninstall diesel_cli )
|
||||||
|
|
||||||
if [ -d "/usr/local/lib/rustlib" ]; then
|
if [ -d "/usr/local/lib/rustlib" ]; then
|
||||||
sudo /usr/local/lib/rustlib/uninstall.sh
|
sudo /usr/local/lib/rustlib/uninstall.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue