mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
Improve progression status
This commit is contained in:
parent
5e658c7faf
commit
0a094cf697
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
|||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installing dependencies..." --weight=3
|
||||
ynh_script_progression --message="Installing dependencies... This might take some time." --weight=3
|
||||
|
||||
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
|
||||
|
||||
|
@ -128,7 +128,7 @@ ynh_add_config --template="../conf/default.yml" --destination="$final_path/.conf
|
|||
#=================================================
|
||||
# BUILD APP
|
||||
#=================================================
|
||||
ynh_script_progression --message="Building app..." --weight=15
|
||||
ynh_script_progression --message="Building app... This will take some time." --weight=15
|
||||
|
||||
pushd "$final_path"
|
||||
ynh_use_nodejs
|
||||
|
|
Loading…
Add table
Reference in a new issue