From 3589d5aed375bb997a446ff66a5cfaed68581796 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 2 Aug 2020 19:46:13 +0200 Subject: [PATCH] =?UTF-8?q?djeezus=20fokin=20kra=C3=AEste?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/yunohost/data_migrations/0015_migrate_to_buster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/data_migrations/0015_migrate_to_buster.py b/src/yunohost/data_migrations/0015_migrate_to_buster.py index c6a036214..acff02a67 100644 --- a/src/yunohost/data_migrations/0015_migrate_to_buster.py +++ b/src/yunohost/data_migrations/0015_migrate_to_buster.py @@ -89,7 +89,7 @@ class MyMigration(Migration): # Check if we need to downgrade openssl ... we do so in cases were # openssl was installed from sury and the version will conflict with # yunohost - openssl_version = check_output('dpkg -s unscd | grep "^Version: " | cut -d " " -f 2') + openssl_version = check_output('dpkg -s openssl | grep "^Version: " | cut -d " " -f 2') # Vanilla debian version looks like: 1.1.1d-0+deb10u3+rpt1 # Sury version looks like: 1.1.1g-1+0~20200421.17+debian9~1.gbpf6902f if "gbp" in openssl_version: