From e0acdea1ca815e855987b0bad52a69bf2633fe50 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 19 Mar 2021 22:10:49 +0100 Subject: [PATCH 1/2] ynh_exec_warn_less during build --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a65c2cc..fdbf219 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index cd8e7d1..db0aa28 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 From ec33903f1dbb0b62b8793e98aa28eb86bb95872b Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Fri, 19 Mar 2021 22:56:02 -0400 Subject: [PATCH 2/2] Fix typo Addresses #118 --- conf/message | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/message b/conf/message index 5f09014..d349648 100644 --- a/conf/message +++ b/conf/message @@ -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