mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Fix upgrade
This commit is contained in:
parent
daa63c8e20
commit
2764e30174
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ then
|
|||
export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin"
|
||||
|
||||
# Compile lemmy
|
||||
pushd "$final_path"/build
|
||||
pushd $final_path/build-lemmy
|
||||
ynh_exec_warn_less sudo -u "$app" env PATH="$PATH" cargo build --release
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue