1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumble-web_ynh.git synced 2024-09-03 19:46:16 +02:00

Update install

This commit is contained in:
ericgaspar 2021-07-16 17:00:25 +02:00
parent d3d779bdc7
commit 24352d178f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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