mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Update to 2.4.2
@JimboJoe : I'm not sure about this one, should we compare to 2.4.2, 2.4.0, something else ?
This commit is contained in:
parent
9e794bc8bf
commit
0633e3be50
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ then
|
|||
$php_exec cache:clear
|
||||
|
||||
current_upstream_version="$(ynh_app_upstream_version --manifest="/etc/yunohost/apps/$YNH_APP_INSTANCE_NAME/manifest.json")"
|
||||
if dpkg --compare-versions "2.4.0" gt "$current_upstream_version"; then
|
||||
ynh_script_progression --message="Ensuring upgrade compatibility to Wallabag 2.4.0..."
|
||||
if dpkg --compare-versions "2.4.2" gt "$current_upstream_version"; then
|
||||
ynh_script_progression --message="Ensuring upgrade compatibility to Wallabag 2.4.x..."
|
||||
|
||||
# Generate hashed URLs for faster check
|
||||
# TODO does it take much time... ?
|
||||
|
|
Loading…
Add table
Reference in a new issue