mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Merge pull request #119 from YunoHost-Apps/warm_less
ynh_exec_warn_less during build
This commit is contained in:
commit
133c99293d
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin
|
|||
|
||||
# Compile bitwarden_rs
|
||||
pushd "$final_path"/build
|
||||
sudo -u "$app" env PATH="$PATH" cargo build --features sqlite --release
|
||||
ynh_exec_warn_less sudo -u "$app" env PATH="$PATH" cargo build --features sqlite --release
|
||||
popd
|
||||
|
||||
# Install bitwarden_rs
|
||||
|
|
|
@ -137,7 +137,7 @@ then
|
|||
|
||||
# Compile bitwarden_rs
|
||||
pushd "$final_path"/build
|
||||
sudo -u "$app" env PATH="$PATH" cargo build --features sqlite --release
|
||||
ynh_exec_warn_less sudo -u "$app" env PATH="$PATH" cargo build --features sqlite --release
|
||||
popd
|
||||
|
||||
# Remove old generated files before copying the new ones
|
||||
|
|
Loading…
Reference in a new issue