mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Fix a message weight
This commit is contained in:
parent
3f3cbc232c
commit
c59b50cd56
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ upgrade_type=$(ynh_check_app_version_changed)
|
|||
|
||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||
then
|
||||
ynh_script_progression -m "Upgrading source files..." -w 1
|
||||
ynh_script_progression -m "Upgrading source files..." -w 6
|
||||
ntfy_setup_source
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue