mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
djeezus fokin kraîste
This commit is contained in:
parent
5cab55599f
commit
3589d5aed3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue