From 24352d178f58ddaccb4188e6664908ee229a2787 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 16 Jul 2021 17:00:25 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6235c57..cfccadd 100644 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,7 @@ popd export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin" # Compile vaultwarden -pushd "$final_path"/build +pushd "$final_path" ynh_exec_warn_less sudo -u "$app" env PATH="$PATH" cargo build --release popd