1
0
Fork 0
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:
yalh76 2021-03-20 15:51:38 +01:00 committed by GitHub
commit 133c99293d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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