mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
commit
90f2bf4915
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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