1
0
Fork 0
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:
Alexander Wühr 2023-02-24 15:54:14 +01:00
parent 3f3cbc232c
commit c59b50cd56
No known key found for this signature in database

View file

@ -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