mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Adding progress indicators for building and keys generation
This commit is contained in:
parent
f9889a9163
commit
4e95340d39
1 changed files with 2 additions and 0 deletions
|
@ -131,8 +131,10 @@ ynh_system_user_create --username=$app
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pushd "$final_path" || ynh_die
|
pushd "$final_path" || ynh_die
|
||||||
|
ynh_script_progression --message="Building the sources (it will take some time)..." --time --weight=4
|
||||||
# Build the sources
|
# Build the sources
|
||||||
./build.sh
|
./build.sh
|
||||||
|
ynh_script_progression --message="Generating the keys..." --time --weight=1
|
||||||
# Generate a Matrix signing key for federation
|
# Generate a Matrix signing key for federation
|
||||||
./bin/generate-keys --private-key matrix_key.pem
|
./bin/generate-keys --private-key matrix_key.pem
|
||||||
# Generate a self-signed certificate
|
# Generate a self-signed certificate
|
||||||
|
|
Loading…
Add table
Reference in a new issue