mirror of
https://github.com/YunoHost-Apps/digitools_ynh.git
synced 2024-09-03 18:25:56 +02:00
Remove a remaining --time
This commit is contained in:
parent
ec6954243e
commit
761ae10166
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
### Use the execution time, given by --time, to estimate the weight of a step.
|
||||
### A common way to do it is to set a weight equal to the execution time in second +1.
|
||||
### The execution time is given for the duration since the previous call. So the weight should be applied to this previous call.
|
||||
ynh_script_progression --message="Validating installation parameters..." --time --weight=1
|
||||
ynh_script_progression --message="Validating installation parameters..." --weight=1
|
||||
|
||||
### If the app uses NGINX as web server (written in HTML/PHP in most cases), the final path should be "/var/www/$app".
|
||||
### If the app provides an internal web server (or uses another application server such as uWSGI), the final path should be "/opt/yunohost/$app"
|
||||
|
|
Loading…
Reference in a new issue