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 #121 from YunoHost-Apps/testing

ynh_exec_warn_less
This commit is contained in:
yalh76 2021-03-21 14:52:07 +01:00 committed by GitHub
commit 90f2bf4915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Bitwarden was successfully installed :)
Please open https://__DOMAIN____PATH_URL__/admin
The admin token is: __ADMIN_TOKEN__
You will be able to invit users to your bitwarden instance.
You will be able to invite users to your bitwarden instance.
If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/bitwarden_ynh

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