mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo >_>
This commit is contained in:
parent
8731f77aa9
commit
091f7de827
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ ynh_script_progression() {
|
||||||
|
|
||||||
local print_exec_time=""
|
local print_exec_time=""
|
||||||
if [ $time -eq 1 ] && [ "$exec_time" -gt 10 ]; then
|
if [ $time -eq 1 ] && [ "$exec_time" -gt 10 ]; then
|
||||||
print_exec_time=" [$(bc <<< 'scale=1; 12345 / 60' ) minutes]"
|
print_exec_time=" [$(bc <<< 'scale=1; $exec_time / 60' ) minutes]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_print_info "[$progression_bar] > ${message}${print_exec_time}"
|
ynh_print_info "[$progression_bar] > ${message}${print_exec_time}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue